diff options
author | Ye Li <ye.li@nxp.com> | 2016-04-21 16:28:37 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-04-21 16:37:48 +0800 |
commit | 4e72a135fc16d44a437240f6440eef1fc52bf7c5 (patch) | |
tree | 52474051d9769b9279f93a204f2712ed91890e25 | |
parent | a89a8423938d46798a54bf838a3aafa90009b3c6 (diff) | |
download | u-boot-imx-4e72a135fc16d44a437240f6440eef1fc52bf7c5.zip u-boot-imx-4e72a135fc16d44a437240f6440eef1fc52bf7c5.tar.gz u-boot-imx-4e72a135fc16d44a437240f6440eef1fc52bf7c5.tar.bz2 |
MLK-12691-1 mx6ullarm2: Update config file to remove unnecessary settings
To align with other i.mx6 platforms, update config file to remove some
unnecessary settings. Also enable the GPIO command.
Signed-off-by: Ye Li <ye.li@nxp.com>
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 3 | ||||
-rw-r--r-- | configs/mx6ull_ddr3_arm2_defconfig | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index db0c1cf..fae4bc4 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -172,8 +172,9 @@ config TARGET_PLATINUM_TITANIUM config TARGET_MX6ULL_DDR3_ARM2 bool "Support mx6ull_ddr3_arm2" - select CPU_V7 select MX6ULL + select DM + select DM_THERMAL config TARGET_SECOMX6 bool "secomx6 boards" diff --git a/configs/mx6ull_ddr3_arm2_defconfig b/configs/mx6ull_ddr3_arm2_defconfig index 906b9b0..3c71f7b 100644 --- a/configs/mx6ull_ddr3_arm2_defconfig +++ b/configs/mx6ull_ddr3_arm2_defconfig @@ -1,9 +1,5 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ull_ddr3_arm2/imximage.cfg" CONFIG_ARM=y CONFIG_ARCH_MX6=y -CONFIG_MX6ULL=y CONFIG_TARGET_MX6ULL_DDR3_ARM2=y -CONFIG_SYS_MALLOC_F=y -CONFIG_SYS_MALLOC_F_LEN=0x400 -CONFIG_DM=y -CONFIG_DM_THERMAL=y +CONFIG_CMD_GPIO=y
\ No newline at end of file |