summaryrefslogtreecommitdiff
path: root/include/configs/mx6qsabre_common.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/mx6qsabre_common.h
parent6be58005041f2093f41bcb669ac88278ff8ccb1f (diff)
downloadu-boot-imx-51535d9f6f701aac88873986edfeb5c5e49ea6a0.zip
u-boot-imx-51535d9f6f701aac88873986edfeb5c5e49ea6a0.tar.gz
u-boot-imx-51535d9f6f701aac88873986edfeb5c5e49ea6a0.tar.bz2
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/mx6qsabre_common.h')
-rw-r--r--include/configs/mx6qsabre_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h
index c541691..1d52b52 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/include/configs/mx6qsabre_common.h
@@ -83,7 +83,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"script=boot.scr\0" \
"uimage=uImage\0" \
- "console=ttymxc0\0" \
+ "console=" CONFIG_CONSOLE_DEV "\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
"mmcdev=0\0" \