summaryrefslogtreecommitdiff
path: root/configs/ls1088ardb_sdcard_qspi_defconfig
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2017-11-06 13:19:28 +0530
committerYork Sun <york.sun@nxp.com>2017-11-15 10:52:26 -0800
commitd9195c62fa5e4c297f40ef01d4e86da742838c32 (patch)
tree258690dacc4315d4437c767737035240134afe3d /configs/ls1088ardb_sdcard_qspi_defconfig
parent91fded6200374d873bfd26190fe9d591ce7bd41d (diff)
armv8: ls1088ardb: Add distro boot support
Distro boot support gives flexibility to run distro RFS like Ubuntu being deployed from SD card or SATA drive. If it fails to detect external storage, fall back to qspi/sd boot. Enable this by default in RDB's defconfig by selecting CONFIG_DISTRO_DEFAULTS Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> Signed-off-by: Zhang Ying <zhangying@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1088ardb_sdcard_qspi_defconfig')
-rw-r--r--configs/ls1088ardb_sdcard_qspi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1088ardb_sdcard_qspi_defconfig b/configs/ls1088ardb_sdcard_qspi_defconfig
index 8abc313cb3..8e5cf3bc5b 100644
--- a/configs/ls1088ardb_sdcard_qspi_defconfig
+++ b/configs/ls1088ardb_sdcard_qspi_defconfig
@@ -7,6 +7,7 @@ CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1088a-rdb"
+CONFIG_DISTRO_DEFAULTS=y
# CONFIG_SYS_MALLOC_F is not set
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y