diff options
author | Rajesh Bhagat <rajesh.bhagat@nxp.com> | 2017-11-30 16:44:45 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-12-13 13:40:29 -0800 |
commit | 4c616a13de3e1cd526009e39a56674ba60e9c769 (patch) | |
tree | c327aa1659cabd7b8916d1f796acfa5e02bfcae0 /configs/ls1012afrdm_qspi_defconfig | |
parent | a81357a264a8fb57a314f5dbcf39a09b7467b94f (diff) | |
download | u-boot-4c616a13de3e1cd526009e39a56674ba60e9c769.tar.gz |
arm64: ls1012afrdm: 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/ls1012afrdm_qspi_defconfig')
-rw-r--r-- | configs/ls1012afrdm_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012afrdm_qspi_defconfig b/configs/ls1012afrdm_qspi_defconfig index fe95f048be..42acff0de7 100644 --- a/configs/ls1012afrdm_qspi_defconfig +++ b/configs/ls1012afrdm_qspi_defconfig @@ -46,3 +46,4 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_DISTRO_DEFAULTS=y |