summaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-10-11 14:29:16 +0800
committerStefano Babic <sbabic@denx.de>2016-10-24 10:58:18 +0200
commitab1f75a7dbb9a9f6084eb858860179308445189f (patch)
tree1697ac5cc1f59c858da6d5f25f7cd1452d2fc19d /board/freescale
parent204d1f60c1dc15ed6ffcf7c38f25997c8bda3dd1 (diff)
imx: mx6ullevk: correct boot device macro
Correct boot device macro according to kconfig entry in common/Kconfig Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/mx6ullevk/imximage.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx6ullevk/imximage.cfg b/board/freescale/mx6ullevk/imximage.cfg
index 1a21b4959c..3c219fa7e6 100644
--- a/board/freescale/mx6ullevk/imximage.cfg
+++ b/board/freescale/mx6ullevk/imximage.cfg
@@ -21,9 +21,9 @@ IMAGE_VERSION 2
* spi/sd/nand/onenand, qspi/nor
*/
-#ifdef CONFIG_SYS_BOOT_QSPI
+#ifdef CONFIG_QSPI_BOOT
BOOT_FROM qspi
-#elif defined(CONFIG_SYS_BOOT_EIMNOR)
+#elif defined(CONFIG_NOR_BOOT)
BOOT_FROM nor
#else
BOOT_FROM sd