From 122e17706547c5a72b84332c8f1dc47914ff6279 Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Mon, 2 Feb 2015 12:53:23 +0800 Subject: MLK-10191-3 imx: mx7: Add support for i.MX7D 12x12 LPDDR3 ARM2 board Add BSP codes, configuration head file and build target for 12x12 LPDDR3 ARM2 board with basic functions: ENET, I2C, SD/eMMC/MMC, USB, LCD Splash screen, QSPI, ECSPI, pfuze3000 PMIC. Note: pmic and video is still not upstream way Signed-off-by: Ye.Li (cherry picked from commit ac0d51ef07fdec880e6da318c08d521506640efa) Signed-off-by: Peng Fan Conflicts: boards.cfg --- configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig (limited to 'configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig') diff --git a/configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig b/configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig new file mode 100644 index 0000000..83d6989 --- /dev/null +++ b/configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_lpddr3_arm2/imximage.cfg,MX7D,SYS_BOOT_QSPI,DEFAULT_FDT_FILE="imx7d-12x12-lpddr3-arm2.dtb"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_12X12_LPDDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y -- cgit v1.1