diff options
author | Rajesh Bhagat <rajesh.bhagat@nxp.com> | 2017-11-30 16:44:38 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-12-13 13:40:29 -0800 |
commit | a81357a264a8fb57a314f5dbcf39a09b7467b94f (patch) | |
tree | f0b22fce1d7921ea889b1903a01dee108a891818 /configs | |
parent | 44cdb5b6a10a7eb2e240866cb842e44ff9999960 (diff) | |
download | u-boot-a81357a264a8fb57a314f5dbcf39a09b7467b94f.tar.gz u-boot-a81357a264a8fb57a314f5dbcf39a09b7467b94f.tar.bz2 u-boot-a81357a264a8fb57a314f5dbcf39a09b7467b94f.zip |
arm64: ls1012ardb: 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 and USB)
and execute autoboot script.
Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ls1012ardb_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012ardb_qspi_defconfig b/configs/ls1012ardb_qspi_defconfig index 81702e374d..39d7a54d43 100644 --- a/configs/ls1012ardb_qspi_defconfig +++ b/configs/ls1012ardb_qspi_defconfig @@ -50,3 +50,4 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_DISTRO_DEFAULTS=y |