aboutsummaryrefslogtreecommitdiff
path: root/configs/x530_defconfig
diff options
context:
space:
mode:
authorTom Rini2022-05-20 12:36:05 -0400
committerTom Rini2022-06-06 12:09:12 -0400
commit66bda092cf2af51f2731991fe7d2d14de8aa32fa (patch)
tree788303c6b18e3befb409f4ea648b8510931afa81 /configs/x530_defconfig
parent9b5f9aeb3b48dbc059272168635a397ea5096a31 (diff)
Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig
This converts the following to Kconfig: CONFIG_SPL_SYS_MALLOC_SIMPLE The problem here is that a few platforms have been doing: #ifdef CONFIG_SPL_BUILD #define CONFIG_SYS_MALLOC_SIMPLE #endif instead of defining CONFIG_SPL_SYS_MALLOC_SIMPLE directly. Correct this and update the documentation in a few places to match usage. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/x530_defconfig')
-rw-r--r--configs/x530_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/x530_defconfig b/configs/x530_defconfig
index be05d8e433f..61f61e4a165 100644
--- a/configs/x530_defconfig
+++ b/configs/x530_defconfig
@@ -29,6 +29,7 @@ CONFIG_MISC_INIT_R=y
CONFIG_SPL_MAX_SIZE=0x22fd0
CONFIG_SPL_BSS_MAX_SIZE=0x4000
CONFIG_SPL_BOARD_INIT=y
+CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_WATCHDOG=y
CONFIG_SYS_CBSIZE=256
CONFIG_SYS_PBSIZE=276