X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=Kconfig;h=fc69189217a15d63b701f74cff93e3cd97964aa6;hb=01cafcedbfbefef6c975d7bbe704994bf3357ebd;hp=8f96c94d72093c3d8dca1062fd3b952c00c7c237;hpb=b79dadf846e5e140e261bbfa4decd024357702d7;p=u-boot diff --git a/Kconfig b/Kconfig index 8f96c94d72..fc69189217 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 @@ -178,13 +178,13 @@ config SYS_EXTRA_OPTIONS new boards should not use this option. config SYS_TEXT_BASE - depends on SPARC || ARC + depends on SPARC || ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP hex "Text Base" help 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