summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorŁukasz Majewski <l.majewski@samsung.com>2014-04-09 10:44:33 +0200
committerMinkyu Kang <mk7.kang@samsung.com>2014-05-07 15:25:42 +0900
commit2ee93246bd9efc928d4cced0f3e94be5365de892 (patch)
treeaed128fbbd600e83d1ac180aa41977da92aed0bb /include/configs
parent7904b70885f3c589c239f6ac978f299a6744557f (diff)
downloadblackbird-obmc-uboot-2ee93246bd9efc928d4cced0f3e94be5365de892.tar.gz
blackbird-obmc-uboot-2ee93246bd9efc928d4cced0f3e94be5365de892.zip
trats2: config: fix: Set default console to ttySAC2
During providing device tree support for Exynos4 based boards, a tiny mistake has creeped in the 1ecab0f commit. This commit restores proper setting of default console for the trats2 board. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/trats2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index 53d449c291..50d529b132 100644
--- a/include/configs/trats2.h
+++ b/include/configs/trats2.h
@@ -52,7 +52,7 @@
#define CONFIG_BOOTARGS "Please use defined boot"
#define CONFIG_BOOTCOMMAND "run mmcboot"
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
+#define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
- GENERATED_GBL_DATA_SIZE)
OpenPOWER on IntegriCloud