diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-15 11:05:06 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 15:20:27 +0800 |
commit | 72c35e80b86f7f75a52db45959793882bb730793 (patch) | |
tree | 9b1b0a7f510f9894ead476d1d19880aca6122b96 /board/freescale | |
parent | 72702903ed044b6cc5cce670e7389530c30301bd (diff) | |
download | u-boot-imx-72c35e80b86f7f75a52db45959793882bb730793.zip u-boot-imx-72c35e80b86f7f75a52db45959793882bb730793.tar.gz u-boot-imx-72c35e80b86f7f75a52db45959793882bb730793.tar.bz2 |
MLK-12493-1 Add support for various boot device
Add support for various boot devices like NAND, QSPINOR, SPINOR,
eMMC, EIMNOR, SATA.
Modify board level files to support the feature and add corresponding defconfig files
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mx6sxsabresd/imximage.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/mx6sxsabresd/imximage.cfg b/board/freescale/mx6sxsabresd/imximage.cfg index 705e570..bea730a 100644 --- a/board/freescale/mx6sxsabresd/imximage.cfg +++ b/board/freescale/mx6sxsabresd/imximage.cfg @@ -16,7 +16,11 @@ IMAGE_VERSION 2 * spi/sd/nand/onenand, qspi/nor */ +#ifdef CONFIG_SYS_BOOT_QSPI +BOOT_FROM qspi +#else BOOT_FROM sd +#endif #ifdef CONFIG_USE_PLUGIN /*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/ |