summaryrefslogtreecommitdiff
path: root/configs/ls2088ardb_qspi_defconfig
diff options
context:
space:
mode:
authorSantan Kumar <santan.kumar@nxp.com>2017-08-14 07:46:02 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-08-16 05:56:36 (GMT)
commitc888e5be2f3e2bc47f2b00765a29161cea241a76 (patch)
treedc54d2ea0fb407273f365f6f2c8b335210936500 /configs/ls2088ardb_qspi_defconfig
parent31e5329d700ead996d334f5ab1e982523b1cfcb1 (diff)
downloadu-boot-c888e5be2f3e2bc47f2b00765a29161cea241a76.tar.xz
arm64: ls2088ardb: Add distro boot support
Include common config_distro_defaults.h and config_distro_bootcmd.h for u-boot enviroments to support automatical distro boot which scan boot.scr from external storage devices(e.g. SD/USB/SATA/SCSI disk) and execute autoboot script. Tested on ls2088ardb with automatically boot Ubuntu from SD card or USB disk, if it fails to detect external storage disk, fall back to nor/qspi boot. Signed-off-by: Santan Kumar <santan.kumar@nxp.com> Signed-off-by: Zhang Ying-22455 <ying.zhang22455@nxp.com>
Diffstat (limited to 'configs/ls2088ardb_qspi_defconfig')
-rw-r--r--configs/ls2088ardb_qspi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2088ardb_qspi_defconfig b/configs/ls2088ardb_qspi_defconfig
index 76b2f32..7e5ed84 100644
--- a/configs/ls2088ardb_qspi_defconfig
+++ b/configs/ls2088ardb_qspi_defconfig
@@ -39,3 +39,4 @@ CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_STORAGE=y
CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
+CONFIG_DISTRO_DEFAULTS=y