]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx6: tqma6: get board support back to Kconfig build system
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Sun, 31 Aug 2014 15:47:55 +0000 (00:47 +0900)
committerTom Rini <trini@ti.com>
Sun, 31 Aug 2014 16:01:04 +0000 (12:01 -0400)
commita1263632bb05f0a21620bad0661235fcbbe79dca
treec8701925b9b6ecaf46d98bfbf3917a33522989ae
parent0a64bc20f7f160904d3795536ec70446ad743826
mx6: tqma6: get board support back to Kconfig build system

The QS Systems TQMa6 board support was added by commit cb07d74e
and lost by commit e82abaeb.

Commit e82abaeb 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>
arch/arm/Kconfig
board/tqc/tqma6/Kconfig [new file with mode: 0644]
board/tqc/tqma6/MAINTAINERS [new file with mode: 0644]
configs/tqma6q_mba6_mmc_defconfig [new file with mode: 0644]
configs/tqma6q_mba6_spi_defconfig [new file with mode: 0644]
configs/tqma6s_mba6_mmc_defconfig [new file with mode: 0644]
configs/tqma6s_mba6_spi_defconfig [new file with mode: 0644]