diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-26 15:06:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-04 15:05:45 -0400 |
commit | 559c99f62818749c77f9078af929b214a0a7f819 (patch) | |
tree | f8e9746cb4351dbe61dfda800b3c61ac1a4033a3 /include | |
parent | a4c67b0eb352748293b3580f8fc148b715190447 (diff) |
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 'include')
-rw-r--r-- | include/configs/bcmstb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h index 5f6bf62524..b906c750ed 100644 --- a/include/configs/bcmstb.h +++ b/include/configs/bcmstb.h @@ -129,7 +129,6 @@ extern phys_addr_t prior_stage_fdt_address; */ #define CONFIG_CMD_ASKENV #define CONFIG_CMD_CACHE -#define CONFIG_CMD_EXT2 /* * Flash configuration. @@ -142,8 +141,6 @@ extern phys_addr_t prior_stage_fdt_address; * Filesystem configuration. */ #define CONFIG_DOS_PARTITION -#define CONFIG_CMD_EXT4 -#define CONFIG_FS_EXT4 #define CONFIG_CMD_FS_GENERIC /* |