diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-04-28 14:43:11 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 14:56:08 +0800 |
commit | c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9 (patch) | |
tree | 06691a515d3b76c66dccf91e2b58e260967ae83a /configs/mx6sx_17x17_arm2_spinor_defconfig | |
parent | 6b3769bb839089908940eccbf7c90439a3be5cfd (diff) | |
download | u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.zip u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.gz u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.bz2 |
MLK-10774-22 imx:mx6sx_arm2 add mx6sx arm2 bsp
Add bsp and configuration file
Signed-off-by: Ye.Li <B37916@freescale.com>
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'configs/mx6sx_17x17_arm2_spinor_defconfig')
-rw-r--r-- | configs/mx6sx_17x17_arm2_spinor_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx6sx_17x17_arm2_spinor_defconfig b/configs/mx6sx_17x17_arm2_spinor_defconfig new file mode 100644 index 0000000..70d7a07 --- /dev/null +++ b/configs/mx6sx_17x17_arm2_spinor_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sx_17x17_arm2/imximage.cfg,MX6SX,SYS_BOOT_SPINOR" +CONFIG_ARM=y +CONFIG_TARGET_MX6SX_17X17_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |