
19 Feb
2015
19 Feb
'15
3:08 p.m.
This should be a bool, not hex.
Signed-off-by: Simon Glass sjg@chromium.org Reported-by: Alexey Brodkin abrodkin@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