summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2015-06-04 17:25:32 +0200
committerStefano Babic <sbabic@denx.de>2015-06-27 17:56:18 +0200
commit30ed1257dbd61efc5d3d0856d81b69aba380705b (patch)
tree6ce7921fc7edea393a45ecafd0c6aca80172c509 /board
parent51f6c4280f95a8066e965cfa3268de5ad737d385 (diff)
downloadtalos-obmc-uboot-30ed1257dbd61efc5d3d0856d81b69aba380705b.tar.gz
talos-obmc-uboot-30ed1257dbd61efc5d3d0856d81b69aba380705b.zip
arm: imx6: tqma6: implement IMX_CONFIG with Kconfig
Now that we have the Kconfig based CPU type selection, use this to fill the IMX_CONFIG automatically Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Diffstat (limited to 'board')
-rw-r--r--board/tqc/tqma6/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig
index 3e4d9f5170..ce47ba49c6 100644
--- a/board/tqc/tqma6/Kconfig
+++ b/board/tqc/tqma6/Kconfig
@@ -33,4 +33,8 @@ config TQMA6S
endchoice
+config IMX_CONFIG
+ default "board/tqc/tqma6/tqma6q.cfg" if TQMA6Q
+ default "board/tqc/tqma6/tqma6s.cfg" if TQMA6S
+
endif
OpenPOWER on IntegriCloud