diff options
author | Stefan Roese <sr@denx.de> | 2015-07-06 13:36:33 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-07-26 12:05:22 +0200 |
commit | 452308c02bb5f4066c8d8650e9f012e17dbb2f95 (patch) | |
tree | 69eecf04669a369bf2b3111de9f60ac2f8204c33 /board/tqc/tqma6/Makefile | |
parent | f448c5d3200372fa73f340144d013fdecf4e2f1f (diff) | |
download | u-boot-452308c02bb5f4066c8d8650e9f012e17dbb2f95.tar.gz |
arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoM
This patch adds support for the "OHB System AG" baseboard
with is equipped with the TQMa6S SoM.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Markus Niebel <Markus.Niebel@tq-group.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/tqc/tqma6/Makefile')
-rw-r--r-- | board/tqc/tqma6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/tqc/tqma6/Makefile b/board/tqc/tqma6/Makefile index 9ee6920abe..19b56d0165 100644 --- a/board/tqc/tqma6/Makefile +++ b/board/tqc/tqma6/Makefile @@ -7,3 +7,4 @@ obj-y := tqma6.o obj-$(CONFIG_MBA6) += tqma6_mba6.o +obj-$(CONFIG_WRU4) += tqma6_wru4.o |