The QS Systems TQMa6 board support was added by commitmastercb07d74e
and lost by commite82abaeb
. Commite82abaeb
merged the IMX branch based on pre-Kconfig and the mainline based on post-Kconfig, simply deleting the boards.cfg file. As a result, some boards added just before the merge were lost. This commit adds Kconfig, defconfig, MAINTAINERS for TQMa6 board to work on the Kconfig infrastructure. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Markus Niebel <Markus.Niebel@tq-group.com> Cc: Stefano Babic <sbabic@denx.de>
parent
0a64bc20f7
commit
a1263632bb
@ -0,0 +1,23 @@ |
||||
if TARGET_TQMA6 |
||||
|
||||
config SYS_CPU |
||||
string |
||||
default "armv7" |
||||
|
||||
config SYS_BOARD |
||||
string |
||||
default "tqma6" |
||||
|
||||
config SYS_VENDOR |
||||
string |
||||
default "tqc" |
||||
|
||||
config SYS_SOC |
||||
string |
||||
default "mx6" |
||||
|
||||
config SYS_CONFIG_NAME |
||||
string |
||||
default "tqma6" |
||||
|
||||
endif |
@ -0,0 +1,6 @@ |
||||
TQ SYSTEMS TQMA6 BOARD |
||||
M: Markus Niebel <Markus.Niebel@tq-group.com> |
||||
S: Maintained |
||||
F: board/tqc/tqma6/ |
||||
F: include/configs/tqma6.h |
||||
F: configs/tqma6*_defconfig |
@ -0,0 +1,3 @@ |
||||
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/tqc/tqma6/tqma6q.cfg,MX6Q,MBA6,TQMA6X_MMC_BOOT" |
||||
CONFIG_ARM=y |
||||
CONFIG_TARGET_TQMA6=y |
@ -0,0 +1,3 @@ |
||||
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/tqc/tqma6/tqma6q.cfg,MX6Q,MBA6,TQMA6X_SPI_BOOT" |
||||
CONFIG_ARM=y |
||||
CONFIG_TARGET_TQMA6=y |
@ -0,0 +1,3 @@ |
||||
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/tqc/tqma6/tqma6s.cfg,MX6S,MBA6,TQMA6X_MMC_BOOT" |
||||
CONFIG_ARM=y |
||||
CONFIG_TARGET_TQMA6=y |
@ -0,0 +1,3 @@ |
||||
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/tqc/tqma6/tqma6s.cfg,MX6S,MBA6,TQMA6X_SPI_BOOT" |
||||
CONFIG_ARM=y |
||||
CONFIG_TARGET_TQMA6=y |
Loading…
Reference in new issue