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 /include/configs/tqma6.h | |
parent | f448c5d3200372fa73f340144d013fdecf4e2f1f (diff) |
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 'include/configs/tqma6.h')
-rw-r--r-- | include/configs/tqma6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index bd93ec7132..f7fade12f1 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -389,6 +389,8 @@ */ #ifdef CONFIG_MBA6 #include "tqma6_mba6.h" +#elif CONFIG_WRU4 +#include "tqma6_wru4.h" #else #error "No baseboard for the TQMa6 defined!" #endif |