X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Kconfig;h=41d4784f890c2477a00fb453d91255311a1b963e;hb=122d805fd4bd478bb83536348291d34ae648364b;hp=8f96c94d72093c3d8dca1062fd3b952c00c7c237;hpb=a538ae997ae4cb375ba5362b50ba3f5b35f9519b;p=u-boot diff --git a/Kconfig b/Kconfig index 8f96c94d72..41d4784f89 100644 --- a/Kconfig +++ b/Kconfig @@ -54,7 +54,7 @@ config CC_OPTIMIZE_FOR_SIZE config SYS_MALLOC_F bool "Enable malloc() pool before relocation" - default 0x400 + default y if DM help Before relocation memory is very limited on many platforms. Still, we can provide a small malloc() pool if needed. Driver model in @@ -184,7 +184,7 @@ config SYS_TEXT_BASE TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture config SYS_CLK_FREQ - depends on ARC + depends on ARC || ARCH_SUNXI int "CPU clock frequency" help TODO: Move CONFIG_SYS_CLK_FREQ for all the architecture