X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Kconfig;h=a759e4da2729e689cc7a0185cb22b257cb9c34fa;hb=4491327d59179a212e36f1889bd143c99159138b;hp=5f2f894bd1a13bb34529e7e34e2cc2e36b22da07;hpb=9a6535e05f17acf03e891266a650cb6029124743;p=oweals%2Fu-boot.git diff --git a/Kconfig b/Kconfig index 5f2f894bd1..a759e4da27 100644 --- a/Kconfig +++ b/Kconfig @@ -83,7 +83,6 @@ config SYS_MALLOC_F config SYS_MALLOC_F_LEN hex "Size of malloc() pool before relocation" depends on SYS_MALLOC_F - default 0x2000 if SPL_DM && SPL_OF_CONTROL default 0x400 help Before relocation, memory is very limited on many platforms. Still,