diff options
author | Alison Wang <b18965@freescale.com> | 2017-05-26 15:46:15 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-08-01 08:28:55 -0700 |
commit | a65d740821ebf123287cc541750e4ac667ef9886 (patch) | |
tree | 41f2969c0f34965dd4d82c721d14a27d06cee72a /configs/ls1021atwr_sdcard_qspi_defconfig | |
parent | f19955a01482d118eac0fdaf530ec6e5b08cf414 (diff) | |
download | u-boot-a65d740821ebf123287cc541750e4ac667ef9886.tar.gz |
arm: ls1021atwr: Add distro boot support
This patch includes common config_distro_defaults.h and
config_distro_bootcmd.h for u-boot enviroments to support distro boot
which automatically scan boot.scr from storage devices(e.g.
SD/USB/SATA/SCSI disk) and execute autoboot script on LS1021ATWR board.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>
Signed-off-by: Alison Wang <alison.wang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1021atwr_sdcard_qspi_defconfig')
-rw-r--r-- | configs/ls1021atwr_sdcard_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021atwr_sdcard_qspi_defconfig b/configs/ls1021atwr_sdcard_qspi_defconfig index 9ab9e2578c..b254f3b909 100644 --- a/configs/ls1021atwr_sdcard_qspi_defconfig +++ b/configs/ls1021atwr_sdcard_qspi_defconfig @@ -64,3 +64,4 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y CONFIG_VIDEO_FSL_DCU_FB=y # CONFIG_VIDEO_SW_CURSOR is not set +CONFIG_DISTRO_DEFAULTS=y |