diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-03-04 14:19:45 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 15:05:01 +0800 |
commit | 4789f07a80fe3589316325b7c9a085503c778ca3 (patch) | |
tree | abae4787f2e0c4471df0be6012852e8435879a03 /configs | |
parent | 64ac5fefb62aa4324e0ac02f25b5f3a4b2ca060a (diff) | |
download | u-boot-imx-4789f07a80fe3589316325b7c9a085503c778ca3.zip u-boot-imx-4789f07a80fe3589316325b7c9a085503c778ca3.tar.gz u-boot-imx-4789f07a80fe3589316325b7c9a085503c778ca3.tar.bz2 |
MLK-12564-2 imx: mx7d: move MX7D to Kconfig entry
If including MX7D in CONFIG_SYS_EXTRA_OPTIONS, CONFIG_ROM_UNIFIED_SECTIONS
will not effect.So move MX7D to Kconfig entry from CONFIG_SYS_EXTRA_OPTIONS to
"select MX7D" to boards using i.MX7 Dual.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7dsabresd_defconfig | 2 | ||||
-rw-r--r-- | configs/mx7dsabresd_epdc_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig index 1d262c1..6638475 100644 --- a/configs/mx7dsabresd_defconfig +++ b/configs/mx7dsabresd_defconfig @@ -3,7 +3,7 @@ CONFIG_ARCH_MX7=y CONFIG_TARGET_MX7DSABRESD=y CONFIG_IMX_RDC=y CONFIG_IMX_BOOTAUX=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg" # CONFIG_CMD_BOOTD is not set # CONFIG_CMD_IMI is not set # CONFIG_CMD_IMLS is not set diff --git a/configs/mx7dsabresd_epdc_defconfig b/configs/mx7dsabresd_epdc_defconfig index 136541d..911beee 100644 --- a/configs/mx7dsabresd_epdc_defconfig +++ b/configs/mx7dsabresd_epdc_defconfig @@ -3,7 +3,7 @@ CONFIG_ARCH_MX7=y CONFIG_TARGET_MX7DSABRESD=y CONFIG_IMX_RDC=y CONFIG_IMX_BOOTAUX=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D,MXC_EPDC" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MXC_EPDC" CONFIG_CMD_GPIO=y CONFIG_CMD_DHCP=y CONFIG_CMD_PING=y |