summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6qsabreauto.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-26 11:37:01 +0000
committerTom Rini <trini@ti.com>2012-10-15 11:54:13 -0700
commit51535d9f6f701aac88873986edfeb5c5e49ea6a0 (patch)
tree07d5cc380dd85fd848b15c3a08576f7ed49512eb /include/configs/mx6qsabreauto.h
parent6be58005041f2093f41bcb669ac88278ff8ccb1f (diff)
downloadblackbird-obmc-uboot-51535d9f6f701aac88873986edfeb5c5e49ea6a0.tar.gz
blackbird-obmc-uboot-51535d9f6f701aac88873986edfeb5c5e49ea6a0.zip
mx6qsabreauto: Use ttymxc3 as console
The mx6qsabreauto console is different than mx6qsabresd so the console configuration is now set in the board file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx6qsabreauto.h')
-rw-r--r--include/configs/mx6qsabreauto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h
index 825d3b8bbc..a878dec89a 100644
--- a/include/configs/mx6qsabreauto.h
+++ b/include/configs/mx6qsabreauto.h
@@ -11,10 +11,12 @@
#ifndef __MX6QSABREAUTO_CONFIG_H
#define __MX6QSABREAUTO_CONFIG_H
-#include "mx6qsabre_common.h"
#define CONFIG_MACH_TYPE 3529
#define CONFIG_MXC_UART_BASE UART4_BASE
+#define CONFIG_CONSOLE_DEV "ttymxc3"
#define PHYS_SDRAM_SIZE (2u * 1024 * 1024 * 1024)
+#include "mx6qsabre_common.h"
+
#endif /* __MX6QSABREAUTO_CONFIG_H */
OpenPOWER on IntegriCloud