From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Sat, 8 Oct 2016 14:58:11 +0800 Subject: [U-Boot] [PATCH V3 7/8] imx: mx6ullevk: correct boot device macro In-Reply-To: <1475909892-8827-1-git-send-email-peng.fan@nxp.com> References: <1475909892-8827-1-git-send-email-peng.fan@nxp.com> Message-ID: <1475909892-8827-7-git-send-email-peng.fan@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Correct boot device macro according to kconfig entry in common/Kconfig Signed-off-by: Peng Fan Cc: Stefano Babic --- V3: None V2: None board/freescale/mx6ullevk/imximage.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/mx6ullevk/imximage.cfg b/board/freescale/mx6ullevk/imximage.cfg index 1a21b49..3c219fa 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 -- 2.6.2