diff options
| author | Ćukasz Majewski <[email protected]> | 2014-04-09 10:44:34 +0200 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2014-05-07 15:25:42 +0900 |
| commit | 6afc3f6e118bd7a59741261c73613625f575482f (patch) | |
| tree | 8c118e423bf60ebd2e3cf746529018c604a50819 /include | |
| parent | 2ee93246bd9efc928d4cced0f3e94be5365de892 (diff) | |
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 <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/trats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h index 5d8bd605836..1b74adbc175 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) |
