summaryrefslogtreecommitdiff
path: root/configs/ls1043ardb_defconfig
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@nxp.com>2017-06-08 15:59:48 +0800
committerYork Sun <york.sun@nxp.com>2017-08-01 08:28:56 -0700
commit5ba909f4265aa7866e65c90c21cfc3bf09325989 (patch)
treea52e8759132dbf9f32ea82c4a084e296a9f37e21 /configs/ls1043ardb_defconfig
parentec8a7d77430e5853ee232c8e3f7912720bdb56b0 (diff)
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 <Shengzhou.Liu@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1043ardb_defconfig')
-rw-r--r--configs/ls1043ardb_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1043ardb_defconfig b/configs/ls1043ardb_defconfig
index 4050737fec..d76c51658a 100644
--- a/configs/ls1043ardb_defconfig
+++ b/configs/ls1043ardb_defconfig
@@ -37,3 +37,4 @@ CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_STORAGE=y
+CONFIG_DISTRO_DEFAULTS=y