diff options
author | Qianyu Gong <qianyu.gong@nxp.com> | 2017-06-15 11:10:09 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-08-01 08:28:57 -0700 |
commit | 8de227ee0bf0e14a835b18fe8b599a757f1f678a (patch) | |
tree | d6e98cd9c937371f50e295005b7d894f72c2b49a /configs/ls1046ardb_sdcard_defconfig | |
parent | b171cd9f968e89cae9bbbcaab2bdaf4106c1a61c (diff) | |
download | u-boot-8de227ee0bf0e14a835b18fe8b599a757f1f678a.tar.gz |
arm64: ls1046ardb: Add distro boot support
Tested on ls1046ardb with automatically boot Ubuntu from SD card or
USB disk, if it fails to detect external storage disk, fall back to
qspi boot.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1046ardb_sdcard_defconfig')
-rw-r--r-- | configs/ls1046ardb_sdcard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046ardb_sdcard_defconfig b/configs/ls1046ardb_sdcard_defconfig index 3e942711f8..06fc94dc50 100644 --- a/configs/ls1046ardb_sdcard_defconfig +++ b/configs/ls1046ardb_sdcard_defconfig @@ -42,3 +42,4 @@ CONFIG_DM_SPI=y CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_DISTRO_DEFAULTS=y |