summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2022-04-13 00:16:44 +0300
committerTom Rini <trini@konsulko.com>2022-04-19 21:51:11 +0300
commit0b93b7fed6df12ea89b65ef138e724e402587c32 (patch)
tree85908f2a78658e83ee78ea3af139d619ebdc27d3 /configs
parentfcbdd7a070687d68e589cdaa752e2043d45ef9db (diff)
downloadu-boot-0b93b7fed6df12ea89b65ef138e724e402587c32.tar.xz
configs: Enable EXT4 and ISO partitions for the DeveloperBox
Since this box is SystemReady compliant enable ISO_PARTITION which is needed to start some installers (e.g Fedora). While at it enable EXT4 as well which is a common filesystem for targets Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Acked-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/synquacer_developerbox_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
index 6deb6f3893..1078ad60d9 100644
--- a/configs/synquacer_developerbox_defconfig
+++ b/configs/synquacer_developerbox_defconfig
@@ -37,6 +37,7 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_CMD_MTDPARTS=y
CONFIG_CMD_LOG=y
+CONFIG_ISO_PARTITION=y
CONFIG_PARTITION_TYPE_GUID=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
@@ -85,6 +86,7 @@ CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y
CONFIG_USB_STORAGE=y
+CONFIG_FS_EXT4=y
CONFIG_EFI_SET_TIME=y
CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
CONFIG_EFI_CAPSULE_ON_DISK=y