Skip to content
Snippets Groups Projects
Commit ab1f75a7 authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx: mx6ullevk: correct boot device macro


Correct boot device macro according to kconfig entry
in common/Kconfig

Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
parent 204d1f60
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment