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 /configs | |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ull_ddr3_arm2_defconfig | 6 |
1 files changed, 1 insertions, 5 deletions
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 |