From: Ɓukasz Majewski Date: Wed, 9 Apr 2014 08:44:34 +0000 (+0200) Subject: trats: config: fix: Set default console to ttySAC2 X-Git-Tag: v2014.07-rc2~9^2~6^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6afc3f6e118bd7a59741261c73613625f575482f;p=u-boot trats: config: fix: Set default console to ttySAC2 During providing device tree support for Exynos4 based boards, a tiny mistake has creeped in the fe60164 commit. This commit restores proper setting of default console for the trats board. Signed-off-by: Lukasz Majewski Signed-off-by: Minkyu Kang --- diff --git a/include/configs/trats.h b/include/configs/trats.h index 5d8bd60583..1b74adbc17 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -59,7 +59,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)