summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-04-28 15:38:21 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:27 +0100
commitd09f56972eb7e960fccbc9f76cda2d19ae13290f (patch)
treeb645716adb0f926b3deed4840887987fb5df07c7 /configs
parentbd28130b8ceb5e62ecae8b5f7694c06b58aa74db (diff)
MLK-10774-51 imx: Add epdc default configuration file
Add epdc default configuration file. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6dlsabresd_epdc_defconfig7
-rw-r--r--configs/mx6slevk_epdc_defconfig7
-rw-r--r--configs/mx7d_12x12_lpddr3_arm2_epdc_defconfig7
-rw-r--r--configs/mx7dsabresd_epdc_defconfig7
4 files changed, 28 insertions, 0 deletions
diff --git a/configs/mx6dlsabresd_epdc_defconfig b/configs/mx6dlsabresd_epdc_defconfig
new file mode 100644
index 0000000000..ca51c58702
--- /dev/null
+++ b/configs/mx6dlsabresd_epdc_defconfig
@@ -0,0 +1,7 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6dlsabresd.cfg,MX6DL,MXC_EPDC"
+CONFIG_ARM=y
+CONFIG_TARGET_MX6SABRESD=y
+CONFIG_SYS_MALLOC_F=y
+CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
diff --git a/configs/mx6slevk_epdc_defconfig b/configs/mx6slevk_epdc_defconfig
new file mode 100644
index 0000000000..ea1b068baf
--- /dev/null
+++ b/configs/mx6slevk_epdc_defconfig
@@ -0,0 +1,7 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL,SPLASH_SCREEN"
+CONFIG_ARM=y
+CONFIG_TARGET_MX6SLEVK=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_epdc_defconfig b/configs/mx7d_12x12_lpddr3_arm2_epdc_defconfig
new file mode 100644
index 0000000000..26eb7e09aa
--- /dev/null
+++ b/configs/mx7d_12x12_lpddr3_arm2_epdc_defconfig
@@ -0,0 +1,7 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_lpddr3_arm2/imximage.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-12x12-lpddr3-arm2.dtb\",MXC_EPDC"
+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/mx7dsabresd_epdc_defconfig b/configs/mx7dsabresd_epdc_defconfig
new file mode 100644
index 0000000000..b3b88776bc
--- /dev/null
+++ b/configs/mx7dsabresd_epdc_defconfig
@@ -0,0 +1,7 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D,MXC_EPDC"
+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