diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-17 16:45:28 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:36 +0800 |
commit | 76a14d23c1b33321a9aabf512f5979adeeb30ff4 (patch) | |
tree | 9552e71458014bd28daf9464c9ee94a3aeb92cb0 /configs | |
parent | 7595df64537e674df0a841563424b30b289d49fc (diff) |
MLK-14484-2 mx7ulp_arm2: Add 10x10 and 14x14 ARM2 codes
Copy the mx7ulp ARM2 codes from v2016.03 as the base for using
OF_CONTROL and DM drivers.
The 14x14 ARM2 LPDDR3 script is v1.5:
- IMX7ULP1_LPDDR3_320MHz_512MB_32bit_V1.5.inc
The 10x10 ARM2 LPDDR2 script is v1.1:
- IMX7ULP1_LPDDR2_320MHz_1GB_32bit_V1.1.inc
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7ulp_10x10_arm2_defconfig | 10 | ||||
-rw-r--r-- | configs/mx7ulp_14x14_arm2_defconfig | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/configs/mx7ulp_10x10_arm2_defconfig b/configs/mx7ulp_10x10_arm2_defconfig new file mode 100644 index 0000000..e0875b2 --- /dev/null +++ b/configs/mx7ulp_10x10_arm2_defconfig @@ -0,0 +1,10 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7ulp_arm2/imximage_lpddr2.cfg" +CONFIG_ARM=y +CONFIG_ARCH_MX7ULP=y +CONFIG_TARGET_MX7ULP_10X10_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_DM_GPIO=y +CONFIG_IMX_RGPIO2P=y diff --git a/configs/mx7ulp_14x14_arm2_defconfig b/configs/mx7ulp_14x14_arm2_defconfig new file mode 100644 index 0000000..25eb39d --- /dev/null +++ b/configs/mx7ulp_14x14_arm2_defconfig @@ -0,0 +1,10 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7ulp_arm2/imximage.cfg" +CONFIG_ARM=y +CONFIG_ARCH_MX7ULP=y +CONFIG_TARGET_MX7ULP_14X14_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_DM_GPIO=y +CONFIG_IMX_RGPIO2P=y |