diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-07-09 12:23:38 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-07-09 12:27:01 +0800 |
commit | b8760a10e7f55d50572fbb07ecc2608074a0051d (patch) | |
tree | a3b3c07812546cde2498a233d29e2a5c846fa76b /configs | |
parent | 60586dcec668e5b863a21d7ca69a0325f405d6da (diff) | |
download | u-boot-imx-b8760a10e7f55d50572fbb07ecc2608074a0051d.zip u-boot-imx-b8760a10e7f55d50572fbb07ecc2608074a0051d.tar.gz u-boot-imx-b8760a10e7f55d50572fbb07ecc2608074a0051d.tar.bz2 |
MLK-11227 imx: mx6ul_14x14_lpddr2_arm2 add weimnor defconfig
1. Add weimnor boot defconfig
2. move CONFIG_FSL_USDHC and CONFIG_VIDEO to board header
3. Add CONFIG_SYS_FLASH_PROTECTION for mx6ul 14x14 lpddr2 arm2
4. correct CONFIG_SYS_FLASH_SECT_SIZE and CONFIG_SYS_MAX_FLASH_SECT
5. Add comments for setup_eimnor, since ENET2_RXER pin conflicts
with ENET2. Also eimnor support will disable SD1/SD2, need ENET
to boot kernel and nfs using enet. So setup_eimnor should be
invoked after setup_fec
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ul_14x14_lpddr2_arm2_eimnor_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx6ul_14x14_lpddr2_arm2_eimnor_defconfig b/configs/mx6ul_14x14_lpddr2_arm2_eimnor_defconfig new file mode 100644 index 0000000..d5b5916 --- /dev/null +++ b/configs/mx6ul_14x14_lpddr2_arm2_eimnor_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_14x14_lpddr2_arm2/imximage.cfg,MX6UL,SYS_BOOT_EIMNOR" +CONFIG_ARM=y +CONFIG_TARGET_MX6UL_14X14_LPDDR2_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |