summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sxsabresd/imximage.cfg
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-03-15 11:05:06 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:41 +0800
commitb3b794bf382101fd82cfa12a5e717bd2cc6ca10a (patch)
tree9b2d76acb3ee316381c29b0b3d39ce842554ee09 /board/freescale/mx6sxsabresd/imximage.cfg
parent2398e5ff576c6f0de86856f4b116315d0b34556b (diff)
downloadu-boot-imx-b3b794bf382101fd82cfa12a5e717bd2cc6ca10a.zip
u-boot-imx-b3b794bf382101fd82cfa12a5e717bd2cc6ca10a.tar.gz
u-boot-imx-b3b794bf382101fd82cfa12a5e717bd2cc6ca10a.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> (cherry picked from commit 72c35e80b86f7f75a52db45959793882bb730793)
Diffstat (limited to 'board/freescale/mx6sxsabresd/imximage.cfg')
-rw-r--r--board/freescale/mx6sxsabresd/imximage.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/mx6sxsabresd/imximage.cfg b/board/freescale/mx6sxsabresd/imximage.cfg
index 11f790b..6967ce4 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_BOOT_QSPI
+BOOT_FROM qspi
+#else
BOOT_FROM sd
+#endif
#ifdef CONFIG_USE_IMXIMG_PLUGIN
/*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/