summaryrefslogtreecommitdiff
path: root/configs/bcm7260_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-26 22:06:14 +0300
committerTom Rini <trini@konsulko.com>2020-06-04 22:05:45 +0300
commit559c99f62818749c77f9078af929b214a0a7f819 (patch)
treef8e9746cb4351dbe61dfda800b3c61ac1a4033a3 /configs/bcm7260_defconfig
parenta4c67b0eb352748293b3580f8fc148b715190447 (diff)
downloadu-boot-559c99f62818749c77f9078af929b214a0a7f819.tar.xz
bcmstb: Migrate CONFIG_CMD_EXT[24]
The common config header for bcm7260 and bcm7445 enable CONFIG_CMD_EXT2/EXT4 but the defconfigs do not. This results in the commands being disabled. Enable them via the defconfig. Cc: Thomas Fitzsimmons <fitzsim@fitzsim.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/bcm7260_defconfig')
-rw-r--r--configs/bcm7260_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/bcm7260_defconfig b/configs/bcm7260_defconfig
index d467e62dee..4ddca7cc7f 100644
--- a/configs/bcm7260_defconfig
+++ b/configs/bcm7260_defconfig
@@ -14,6 +14,8 @@ CONFIG_PREBOOT="fdt addr ${fdtcontroladdr};fdt move ${fdtcontroladdr} ${fdtsavea
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="U-Boot>"
CONFIG_CMD_MMC=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_EXT4=y
CONFIG_EFI_PARTITION=y
CONFIG_OF_PRIOR_STAGE=y
CONFIG_ENV_IS_IN_MMC=y