]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
imx: mx6ullevk: correct boot device macro
authorPeng Fan <peng.fan@nxp.com>
Tue, 11 Oct 2016 06:29:16 +0000 (14:29 +0800)
committerStefano Babic <sbabic@denx.de>
Mon, 24 Oct 2016 08:58:18 +0000 (10:58 +0200)
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>
board/freescale/mx6ullevk/imximage.cfg

index 1a21b4959cb4035bcda093d74d1288c83433af01..3c219fa7e6b58e0891429ecef8194d337bff9ac3 100644 (file)
@@ -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