mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
204d1f60c1
commit
ab1f75a7db
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue