aboutsummaryrefslogtreecommitdiffstats
path: root/configs/maltael_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-06 12:09:41 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:41 -0400
commit8bbbd6337361cadad96b163bde4ae675752b7778 (patch)
tree82e207c8b1a509d069177fb4489b1dfcba467b15 /configs/maltael_defconfig
parent8f527342db4160a1f030de6fe4a1591787cce65a (diff)
parent4151f4f822bb075c05e3407d184dfd018723724d (diff)
downloadu-boot-8bbbd6337361cadad96b163bde4ae675752b7778.tar.gz
Merge branch '2022-06-06-finish-SPL-Kconfig-migration' into next
- Bring in a number of series of patches that migrate all remaining CONFIG_SPL symbols to Kconfig, remove some dead code that this uncovered and then start to tighten the dependencies in Kconfig now that everything is migrated and these relationships can be clearly expressed.
Diffstat (limited to 'configs/maltael_defconfig')
-rw-r--r--configs/maltael_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/maltael_defconfig b/configs/maltael_defconfig
index 2c6f99e96bf..540864b5732 100644
--- a/configs/maltael_defconfig
+++ b/configs/maltael_defconfig
@@ -13,8 +13,11 @@ CONFIG_SYS_LITTLE_ENDIAN=y
# CONFIG_AUTOBOOT is not set
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_MISC_INIT_R=y
+CONFIG_SYS_MALLOC_BOOTPARAMS=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="maltael # "
+CONFIG_SYS_CBSIZE=256
+CONFIG_SYS_PBSIZE=283
CONFIG_CMD_IMLS=y
CONFIG_CMD_IDE=y
# CONFIG_CMD_LOADB is not set