diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-13 15:32:28 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:42 +0800 |
commit | 7b973f17b704568586614dc3503be4f6c2315eaa (patch) | |
tree | 7a4f31280f14d0429dcd51ac89830d83bf485190 /board/freescale/mx6sx_19x19_arm2/imximage.cfg | |
parent | 9496b976d6fff85fadcc918f30339c887130fdb8 (diff) | |
download | u-boot-imx-7b973f17b704568586614dc3503be4f6c2315eaa.zip u-boot-imx-7b973f17b704568586614dc3503be4f6c2315eaa.tar.gz u-boot-imx-7b973f17b704568586614dc3503be4f6c2315eaa.tar.bz2 |
MLK-14391-3 mx6sxarm2: Convert to enable OF_CONTROL and DM drivers
Update mx6sx 14x14/17x17/19x19 lpddr2/ddr3 arm2 board codes and build
configurations to enable OF_CONTROL and DM drivers.
1. Update GPIO codes for adding gpio request
2. Enable USB DM driver
3. Update PMIC code for using DM PMIC
4. Add spinor/qspi/nand/eimnor boot support.
5. Add defconfig for using plugin.
6. Enable Ethernet DM driver
7. Update for using QSPI DM driver
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/freescale/mx6sx_19x19_arm2/imximage.cfg')
-rw-r--r-- | board/freescale/mx6sx_19x19_arm2/imximage.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx6sx_19x19_arm2/imximage.cfg b/board/freescale/mx6sx_19x19_arm2/imximage.cfg index d50eb3e..0a49c11 100644 --- a/board/freescale/mx6sx_19x19_arm2/imximage.cfg +++ b/board/freescale/mx6sx_19x19_arm2/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 |