From 452308c02bb5f4066c8d8650e9f012e17dbb2f95 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 6 Jul 2015 13:36:33 +0200 Subject: 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 Cc: Markus Niebel Cc: Stefano Babic --- include/configs/tqma6.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/tqma6.h') 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 -- cgit v1.2.1