]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/common.h
Add support for TQM862L modules
[karo-tx-uboot.git] / include / common.h
index 0d7f79a448771b0b2eb00fbd37f853b6195de4a6..509675410e59bf0e7a23487c521d9ed93b62050c 100644 (file)
@@ -75,7 +75,8 @@ typedef       void (interrupt_handler_t)(void *);
 
 /* enable common handling for all TQM8xxL boards */
 #if defined(CONFIG_TQM823L) || defined(CONFIG_TQM850L) || \
-    defined(CONFIG_TQM855L) || defined(CONFIG_TQM860L)
+    defined(CONFIG_TQM855L) || defined(CONFIG_TQM860L) || \
+    defined(CONFIG_TQM862L)
 # ifndef CONFIG_TQM8xxL
 #  define CONFIG_TQM8xxL
 # endif