From df8b2e1e46260c13db95b414c6bc645e94954822 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Tue, 26 Apr 2016 17:48:27 +0800 Subject: MLK-12705-2 imx7d: add build target for TO1.1 Default build target supports TO1.0 and TO1.2, TO1.1 uses its own defconfig. Signed-off-by: Anson Huang --- configs/mx7d_12x12_ddr3_arm2_TO_1_0_defconfig | 7 ------- configs/mx7d_12x12_ddr3_arm2_TO_1_1_defconfig | 7 +++++++ configs/mx7d_12x12_lpddr3_arm2_TO_1_0_defconfig | 7 ------- configs/mx7d_12x12_lpddr3_arm2_TO_1_1_defconfig | 7 +++++++ configs/mx7d_19x19_ddr3_arm2_TO_1_0_defconfig | 7 ------- configs/mx7d_19x19_ddr3_arm2_TO_1_1_defconfig | 7 +++++++ configs/mx7d_19x19_lpddr2_arm2_TO_1_0_defconfig | 7 ------- configs/mx7d_19x19_lpddr2_arm2_TO_1_1_defconfig | 7 +++++++ configs/mx7d_19x19_lpddr3_arm2_TO_1_0_defconfig | 7 ------- configs/mx7d_19x19_lpddr3_arm2_TO_1_1_defconfig | 7 +++++++ configs/mx7dsabresd_TO_1_0_defconfig | 7 ------- configs/mx7dsabresd_TO_1_1_defconfig | 7 +++++++ 12 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 configs/mx7d_12x12_ddr3_arm2_TO_1_0_defconfig create mode 100644 configs/mx7d_12x12_ddr3_arm2_TO_1_1_defconfig delete mode 100644 configs/mx7d_12x12_lpddr3_arm2_TO_1_0_defconfig create mode 100644 configs/mx7d_12x12_lpddr3_arm2_TO_1_1_defconfig delete mode 100644 configs/mx7d_19x19_ddr3_arm2_TO_1_0_defconfig create mode 100644 configs/mx7d_19x19_ddr3_arm2_TO_1_1_defconfig delete mode 100644 configs/mx7d_19x19_lpddr2_arm2_TO_1_0_defconfig create mode 100644 configs/mx7d_19x19_lpddr2_arm2_TO_1_1_defconfig delete mode 100644 configs/mx7d_19x19_lpddr3_arm2_TO_1_0_defconfig create mode 100644 configs/mx7d_19x19_lpddr3_arm2_TO_1_1_defconfig delete mode 100644 configs/mx7dsabresd_TO_1_0_defconfig create mode 100644 configs/mx7dsabresd_TO_1_1_defconfig diff --git a/configs/mx7d_12x12_ddr3_arm2_TO_1_0_defconfig b/configs/mx7d_12x12_ddr3_arm2_TO_1_0_defconfig deleted file mode 100644 index 86cd006..0000000 --- a/configs/mx7d_12x12_ddr3_arm2_TO_1_0_defconfig +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_ddr3_arm2/imximage_TO_1_0.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-12x12-ddr3-arm2.dtb\"" -CONFIG_ARM=y -CONFIG_TARGET_MX7D_12X12_DDR3_ARM2=y -CONFIG_SYS_MALLOC_F=y -CONFIG_SYS_MALLOC_F_LEN=0x400 -CONFIG_DM=y -CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_12x12_ddr3_arm2_TO_1_1_defconfig b/configs/mx7d_12x12_ddr3_arm2_TO_1_1_defconfig new file mode 100644 index 0000000..183ee88 --- /dev/null +++ b/configs/mx7d_12x12_ddr3_arm2_TO_1_1_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_ddr3_arm2/imximage_TO_1_1.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-12x12-ddr3-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_12X12_DDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_12x12_lpddr3_arm2_TO_1_0_defconfig b/configs/mx7d_12x12_lpddr3_arm2_TO_1_0_defconfig deleted file mode 100644 index 841f4a2..0000000 --- a/configs/mx7d_12x12_lpddr3_arm2_TO_1_0_defconfig +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_lpddr3_arm2/imximage_TO_1_0.cfg,MX7D,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 diff --git a/configs/mx7d_12x12_lpddr3_arm2_TO_1_1_defconfig b/configs/mx7d_12x12_lpddr3_arm2_TO_1_1_defconfig new file mode 100644 index 0000000..e0de39e --- /dev/null +++ b/configs/mx7d_12x12_lpddr3_arm2_TO_1_1_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_lpddr3_arm2/imximage_TO_1_1.cfg,MX7D,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 diff --git a/configs/mx7d_19x19_ddr3_arm2_TO_1_0_defconfig b/configs/mx7d_19x19_ddr3_arm2_TO_1_0_defconfig deleted file mode 100644 index bdb6aba..0000000 --- a/configs/mx7d_19x19_ddr3_arm2_TO_1_0_defconfig +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_ddr3_arm2/imximage_TO_1_0.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-19x19-ddr3-arm2.dtb\"" -CONFIG_ARM=y -CONFIG_TARGET_MX7D_19X19_DDR3_ARM2=y -CONFIG_SYS_MALLOC_F=y -CONFIG_SYS_MALLOC_F_LEN=0x400 -CONFIG_DM=y -CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_19x19_ddr3_arm2_TO_1_1_defconfig b/configs/mx7d_19x19_ddr3_arm2_TO_1_1_defconfig new file mode 100644 index 0000000..87481e7 --- /dev/null +++ b/configs/mx7d_19x19_ddr3_arm2_TO_1_1_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_ddr3_arm2/imximage_TO_1_1.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-19x19-ddr3-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_19X19_DDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_19x19_lpddr2_arm2_TO_1_0_defconfig b/configs/mx7d_19x19_lpddr2_arm2_TO_1_0_defconfig deleted file mode 100644 index e4aca28..0000000 --- a/configs/mx7d_19x19_lpddr2_arm2_TO_1_0_defconfig +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_lpddr3_arm2/imximage_lpddr2_TO_1_0.cfg,MX7D,MX7D_LPDDR2,DEFAULT_FDT_FILE=\"imx7d-19x19-lpddr2-arm2.dtb\"" -CONFIG_ARM=y -CONFIG_TARGET_MX7D_19X19_LPDDR3_ARM2=y -CONFIG_SYS_MALLOC_F=y -CONFIG_SYS_MALLOC_F_LEN=0x400 -CONFIG_DM=y -CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_19x19_lpddr2_arm2_TO_1_1_defconfig b/configs/mx7d_19x19_lpddr2_arm2_TO_1_1_defconfig new file mode 100644 index 0000000..46803c0 --- /dev/null +++ b/configs/mx7d_19x19_lpddr2_arm2_TO_1_1_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_lpddr3_arm2/imximage_lpddr2_TO_1_1.cfg,MX7D,MX7D_LPDDR2,DEFAULT_FDT_FILE=\"imx7d-19x19-lpddr2-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_19X19_LPDDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_19x19_lpddr3_arm2_TO_1_0_defconfig b/configs/mx7d_19x19_lpddr3_arm2_TO_1_0_defconfig deleted file mode 100644 index 11813f0..0000000 --- a/configs/mx7d_19x19_lpddr3_arm2_TO_1_0_defconfig +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_lpddr3_arm2/imximage_TO_1_0.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-19x19-lpddr3-arm2.dtb\"" -CONFIG_ARM=y -CONFIG_TARGET_MX7D_19X19_LPDDR3_ARM2=y -CONFIG_SYS_MALLOC_F=y -CONFIG_SYS_MALLOC_F_LEN=0x400 -CONFIG_DM=y -CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_19x19_lpddr3_arm2_TO_1_1_defconfig b/configs/mx7d_19x19_lpddr3_arm2_TO_1_1_defconfig new file mode 100644 index 0000000..ac84283 --- /dev/null +++ b/configs/mx7d_19x19_lpddr3_arm2_TO_1_1_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_lpddr3_arm2/imximage_TO_1_1.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-19x19-lpddr3-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_19X19_LPDDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx7dsabresd_TO_1_0_defconfig b/configs/mx7dsabresd_TO_1_0_defconfig deleted file mode 100644 index c0541c0..0000000 --- a/configs/mx7dsabresd_TO_1_0_defconfig +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage_TO_1_0.cfg,MX7D" -CONFIG_ARM=y -CONFIG_TARGET_MX7DSABRESD=y -CONFIG_SYS_MALLOC_F=y -CONFIG_SYS_MALLOC_F_LEN=0x400 -CONFIG_DM=y -CONFIG_DM_THERMAL=y diff --git a/configs/mx7dsabresd_TO_1_1_defconfig b/configs/mx7dsabresd_TO_1_1_defconfig new file mode 100644 index 0000000..a5ede1a --- /dev/null +++ b/configs/mx7dsabresd_TO_1_1_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage_TO_1_1.cfg,MX7D" +CONFIG_ARM=y +CONFIG_TARGET_MX7DSABRESD=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y -- cgit v1.1