diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-04-28 14:43:11 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 14:56:08 +0800 |
commit | c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9 (patch) | |
tree | 06691a515d3b76c66dccf91e2b58e260967ae83a /board/freescale/mx6sx_17x17_arm2/Kconfig | |
parent | 6b3769bb839089908940eccbf7c90439a3be5cfd (diff) | |
download | u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.zip u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.gz u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.bz2 |
MLK-10774-22 imx:mx6sx_arm2 add mx6sx arm2 bsp
Add bsp and configuration file
Signed-off-by: Ye.Li <B37916@freescale.com>
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'board/freescale/mx6sx_17x17_arm2/Kconfig')
-rw-r--r-- | board/freescale/mx6sx_17x17_arm2/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/mx6sx_17x17_arm2/Kconfig b/board/freescale/mx6sx_17x17_arm2/Kconfig new file mode 100644 index 0000000..a96efbd --- /dev/null +++ b/board/freescale/mx6sx_17x17_arm2/Kconfig @@ -0,0 +1,15 @@ +if TARGET_MX6SX_17X17_ARM2 + +config SYS_BOARD + default "mx6sx_17x17_arm2" + +config SYS_VENDOR + default "freescale" + +config SYS_SOC + default "mx6" + +config SYS_CONFIG_NAME + default "mx6sx_17x17_arm2" + +endif |