aboutsummaryrefslogtreecommitdiffstats
path: root/configs/ls2088ardb_qspi_defconfig
diff options
context:
space:
mode:
authorZhang Ying-22455 <ying.zhang22455@nxp.com>2017-06-05 11:07:18 +0800
committerYork Sun <york.sun@nxp.com>2017-08-01 08:28:57 -0700
commit0a09d20b2986abef552a6d7e7a904a0c6bdd6b14 (patch)
tree80304336e4bd89bdffc887f41a972f6d9793deac /configs/ls2088ardb_qspi_defconfig
parentb8ae67981fc25c0c6bd8ab442a23b62263fb5138 (diff)
downloadu-boot-midas-0a09d20b2986abef552a6d7e7a904a0c6bdd6b14.tar.gz
u-boot-midas-0a09d20b2986abef552a6d7e7a904a0c6bdd6b14.tar.bz2
u-boot-midas-0a09d20b2986abef552a6d7e7a904a0c6bdd6b14.zip
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: Zhang Ying-22455 <ying.zhang22455@nxp.com> Reviewed-by: York Sun <york.sun@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 3a022330e2..4addbaf7df 100644
--- a/configs/ls2088ardb_qspi_defconfig
+++ b/configs/ls2088ardb_qspi_defconfig
@@ -40,3 +40,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