From: York Sun Date: Thu, 28 Sep 2017 15:42:16 +0000 (-0700) Subject: armv8: ls1043ardb_sdcard: prepare falcon boot X-Git-Tag: v2017.11-rc2~56^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=23af484b0156baaafd578222d73513418df78f09;hp=23af484b0156baaafd578222d73513418df78f09;p=oweals%2Fu-boot.git armv8: ls1043ardb_sdcard: prepare falcon boot Due to a conflict with recent Primary Protected Application (PPA), PPA cannot be loaded for SPL stage, falcon boot is not enabled by default. With compatible PPA image, to enable falcon boot, activate these Kconfig options in defconfig CONFIG_SPL_FIT=y CONFIG_SPL_FSL_LS_PPA=y CONFIG_SPL_GZIP=y CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_OS_BOOT=y CONFIG_SPL_OF_LIBFDT=y Because environment variables are not avaiable during SPL stage for SD boot, set "boot_os=y" as default. Signed-off-by: York Sun Reviewed-by: Simon Glass ---