diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-07-03 09:56:42 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-07-03 15:34:47 +0800 |
commit | 681f076d7b19a2c7e133910719c6d5437351ea76 (patch) | |
tree | 62a8b7d781b17c8ac9798507ffaa47cccda468bb /board/freescale | |
parent | a6fe3f84dbc5fa2ced362bbaa32bae1ac9934207 (diff) | |
download | u-boot-imx-681f076d7b19a2c7e133910719c6d5437351ea76.zip u-boot-imx-681f076d7b19a2c7e133910719c6d5437351ea76.tar.gz u-boot-imx-681f076d7b19a2c7e133910719c6d5437351ea76.tar.bz2 |
MLK-11216-1 imx:mx7d_12x12_ddr3_arm2 add missed Kconfig files
Add missed Kconfig files for mx7d_12x12_ddr3_arm2 board.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mx7d_12x12_ddr3_arm2/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/mx7d_12x12_ddr3_arm2/Kconfig b/board/freescale/mx7d_12x12_ddr3_arm2/Kconfig new file mode 100644 index 0000000..a7a1391 --- /dev/null +++ b/board/freescale/mx7d_12x12_ddr3_arm2/Kconfig @@ -0,0 +1,15 @@ +if TARGET_MX7D_12X12_DDR3_ARM2 + +config SYS_BOARD + default "mx7d_12x12_ddr3_arm2" + +config SYS_VENDOR + default "freescale" + +config SYS_SOC + default "mx7" + +config SYS_CONFIG_NAME + default "mx7d_12x12_ddr3_arm2" + +endif |