summaryrefslogtreecommitdiff
path: root/board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-03-15 10:06:58 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 15:47:41 +0800
commit349137a2961aa63e9956efed6e0dbe0155060608 (patch)
tree8f855d60108fb8d3b310e76322f0b4e8c1b384e4 /board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig
parent5b87d04dba66fa45375d59648838ef89f559f75d (diff)
downloadu-boot-imx-349137a2961aa63e9956efed6e0dbe0155060608.zip
u-boot-imx-349137a2961aa63e9956efed6e0dbe0155060608.tar.gz
u-boot-imx-349137a2961aa63e9956efed6e0dbe0155060608.tar.bz2
MLK-12497-1 mx7d: Add support for all mx7d arm2 boards
Porting all mx7d arm2 boards (mx7d 12x12 lpddr3, 12x12 ddr3, 19x19 ddr3, 19x19 lpddr2, 19x19 lpddr3) support from u-boot v2015.04. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig')
-rw-r--r--board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig b/board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig
new file mode 100644
index 0000000..145e4d6
--- /dev/null
+++ b/board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_MX7D_19X19_LPDDR3_ARM2 || TARGET_MX7D_19X19_LPDDR2_ARM2
+
+config SYS_BOARD
+ default "mx7d_19x19_lpddr3_arm2"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "mx7d_19x19_lpddr3_arm2"
+
+endif