]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv8: ls1043ardb_sdcard: prepare falcon boot
authorYork Sun <york.sun@nxp.com>
Thu, 28 Sep 2017 15:42:16 +0000 (08:42 -0700)
committerYork Sun <york.sun@nxp.com>
Mon, 9 Oct 2017 15:48:45 +0000 (08:48 -0700)
commit23af484b0156baaafd578222d73513418df78f09
treec100bca10fb19c13200d56bc1f0b85f53bd41a00
parentb7234531dbea81aba508551133c9737391c23432
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 <york.sun@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/ls1043ardb_sdcard_defconfig
include/configs/ls1043a_common.h
include/configs/ls1043ardb.h