diff options
author | Ye.Li <B37916@freescale.com> | 2015-05-07 12:16:19 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-05-07 15:54:19 +0800 |
commit | cc5a7001a79d88c399545d8c62e57665be7efb83 (patch) | |
tree | 33b679f945d321e20e177a782773bcb9e2f8ef40 /configs | |
parent | 334303d35a348f39609bf84c13f445dba80810cb (diff) | |
download | u-boot-imx-cc5a7001a79d88c399545d8c62e57665be7efb83.zip u-boot-imx-cc5a7001a79d88c399545d8c62e57665be7efb83.tar.gz u-boot-imx-cc5a7001a79d88c399545d8c62e57665be7efb83.tar.bz2 |
MLK-10841 imx: mx6ul_ddr3_arm2: Add support for WEIMNOR boot
Correct the EIMNOR settings to non-mux mode and set the environment
variables configuration to FLASH when using WEIMNOR boot.
New target is added for build WEIMNOR boot u-boot:
mx6ul_ddr3_arm2_eimnor_config
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ul_ddr3_arm2_eimnor_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx6ul_ddr3_arm2_eimnor_defconfig b/configs/mx6ul_ddr3_arm2_eimnor_defconfig new file mode 100644 index 0000000..ba65814 --- /dev/null +++ b/configs/mx6ul_ddr3_arm2_eimnor_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_ddr3_arm2/imximage.cfg,MX6UL,SYS_BOOT_EIMNOR" +CONFIG_ARM=y +CONFIG_TARGET_MX6UL_DDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |