summaryrefslogtreecommitdiff
path: root/include/configs/helios4.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-20 19:36:05 +0300
committerTom Rini <trini@konsulko.com>2022-06-06 19:09:12 +0300
commit66bda092cf2af51f2731991fe7d2d14de8aa32fa (patch)
tree788303c6b18e3befb409f4ea648b8510931afa81 /include/configs/helios4.h
parent9b5f9aeb3b48dbc059272168635a397ea5096a31 (diff)
downloadu-boot-66bda092cf2af51f2731991fe7d2d14de8aa32fa.tar.xz
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 'include/configs/helios4.h')
-rw-r--r--include/configs/helios4.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/helios4.h b/include/configs/helios4.h
index 3a748ea3b8..aed4d7e8f5 100644
--- a/include/configs/helios4.h
+++ b/include/configs/helios4.h
@@ -47,10 +47,6 @@
#define CONFIG_SPL_BSS_START_ADDR (0x40000000 + CONFIG_SPL_SIZE)
-#ifdef CONFIG_SPL_BUILD
-#define CONFIG_SYS_MALLOC_SIMPLE
-#endif
-
#define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10))
#define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)