Commit 4e72a135fc16d44a437240f6440eef1fc52bf7c5

Authored by Ye Li
1 parent a89a842393

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>

Showing 2 changed files with 3 additions and 6 deletions Side-by-side Diff

arch/arm/cpu/armv7/mx6/Kconfig
... ... @@ -172,8 +172,9 @@
172 172  
173 173 config TARGET_MX6ULL_DDR3_ARM2
174 174 bool "Support mx6ull_ddr3_arm2"
175   - select CPU_V7
176 175 select MX6ULL
  176 + select DM
  177 + select DM_THERMAL
177 178  
178 179 config TARGET_SECOMX6
179 180 bool "secomx6 boards"
configs/mx6ull_ddr3_arm2_defconfig
1 1 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ull_ddr3_arm2/imximage.cfg"
2 2 CONFIG_ARM=y
3 3 CONFIG_ARCH_MX6=y
4   -CONFIG_MX6ULL=y
5 4 CONFIG_TARGET_MX6ULL_DDR3_ARM2=y
6   -CONFIG_SYS_MALLOC_F=y
7   -CONFIG_SYS_MALLOC_F_LEN=0x400
8   -CONFIG_DM=y
9   -CONFIG_DM_THERMAL=y
  5 +CONFIG_CMD_GPIO=y