[U-Boot] [PATCH 1/2] dm: Correct default value for SYS_MALLOC_F
Simon Glass
sjg at chromium.org
Thu Feb 19 15:08:33 CET 2015
This should be a bool, not hex.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reported-by: Alexey Brodkin <abrodkin at synopsys.com>
---
Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Kconfig b/Kconfig
index 75bab7f..aa35ac9 100644
--- a/Kconfig
+++ b/Kconfig
@@ -58,7 +58,7 @@ config CC_OPTIMIZE_FOR_SIZE
config SYS_MALLOC_F
bool "Enable malloc() pool before relocation"
- default 0x400
+ default y
help
Before relocation memory is very limited on many platforms. Still,
we can provide a small malloc() pool if needed. Driver model in
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list