projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204d1f6
)
imx: mx6ullevk: correct boot device macro
author
Peng Fan
<peng.fan@nxp.com>
Tue, 11 Oct 2016 06:29:16 +0000
(14:29 +0800)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/board/freescale/mx6ullevk/imximage.cfg
b/board/freescale/mx6ullevk/imximage.cfg
index 1a21b4959cb4035bcda093d74d1288c83433af01..3c219fa7e6b58e0891429ecef8194d337bff9ac3 100644
(file)
--- 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