diff options
author | Shengzhou Liu <Shengzhou.Liu@nxp.com> | 2017-06-08 07:59:48 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-08-01 15:28:56 (GMT) |
commit | 5ba909f4265aa7866e65c90c21cfc3bf09325989 (patch) | |
tree | a52e8759132dbf9f32ea82c4a084e296a9f37e21 /configs/ls1043ardb_sdcard_defconfig | |
parent | ec8a7d77430e5853ee232c8e3f7912720bdb56b0 (diff) | |
download | u-boot-fsl-qoriq-5ba909f4265aa7866e65c90c21cfc3bf09325989.tar.xz |
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_sdcard_defconfig')
-rw-r--r-- | configs/ls1043ardb_sdcard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1043ardb_sdcard_defconfig b/configs/ls1043ardb_sdcard_defconfig index 93704f7..06cfb15 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 |