X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=Kconfig;h=9d83d1a22c8c0292e6c95ead412529c49419dd1a;hb=6ad85a45e2d5e895e0cb9d57cff6f4401b823e57;hp=fcde0c35e2c4ee85ece6f982251352dcb3f2feff;hpb=866a78dc28411f4c76ba887f439f69f1116d8a6b;p=oweals%2Fu-boot.git diff --git a/Kconfig b/Kconfig index fcde0c35e2..9d83d1a22c 100644 --- a/Kconfig +++ b/Kconfig @@ -138,6 +138,8 @@ config SYS_MALLOC_F_LEN depends on SYS_MALLOC_F default 0x1000 if AM33XX default 0x2800 if SANDBOX + default 0x2000 if (ARCH_IMX8 || ARCH_IMX8M || ARCH_MX7 || \ + ARCH_MX7ULP || ARCH_MX6 || ARCH_MX5) default 0x400 help Before relocation, memory is very limited on many platforms. Still, @@ -155,6 +157,7 @@ config SYS_MALLOC_LEN config SPL_SYS_MALLOC_F_LEN hex "Size of malloc() pool in SPL before relocation" depends on SYS_MALLOC_F + default 0x2800 if RCAR_GEN3 default SYS_MALLOC_F_LEN help Before relocation, memory is very limited on many platforms. Still, @@ -388,7 +391,7 @@ config SPL_FIT_SIGNATURE select SPL_RSA config SPL_LOAD_FIT - bool "Enable SPL loading U-Boot as a FIT" + bool "Enable SPL loading U-Boot as a FIT (basic fitImage features)" select SPL_FIT help Normally with the SPL framework a legacy image is generated as part @@ -399,7 +402,7 @@ config SPL_LOAD_FIT and passing the correct one to U-Boot. config SPL_LOAD_FIT_FULL - bool "Enable SPL loading U-Boot as a FIT" + bool "Enable SPL loading U-Boot as a FIT (full fitImage features)" select SPL_FIT help Normally with the SPL framework a legacy image is generated as part