From 5ba909f4265aa7866e65c90c21cfc3bf09325989 Mon Sep 17 00:00:00 2001 From: Shengzhou Liu Date: Thu, 8 Jun 2017 15:59:48 +0800 Subject: arm64: ls1043ardb: 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 ls1043ardb 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: Shengzhou Liu Reviewed-by: York Sun --- configs/ls1043ardb_sdcard_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ls1043ardb_sdcard_defconfig') diff --git a/configs/ls1043ardb_sdcard_defconfig b/configs/ls1043ardb_sdcard_defconfig index 93704f76f2..06cfb15ab6 100644 --- a/configs/ls1043ardb_sdcard_defconfig +++ b/configs/ls1043ardb_sdcard_defconfig @@ -52,3 +52,4 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_DISTRO_DEFAULTS=y -- cgit v1.2.3