diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-06 19:42:55 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-06 19:42:55 -0500 |
commit | 7e40d0a38fc42de12696c835eded8945d650bfc1 (patch) | |
tree | e55a3ce84f401b33408e7f46ace7c6c64dbf7a96 /include/configs/odroid.h | |
parent | 7b84a20e68af7757fbb5722eb7bc9685000dfbed (diff) | |
parent | df1ff4d6ba591a5fcb9549e895b23c781d8fda6d (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'include/configs/odroid.h')
-rw-r--r-- | include/configs/odroid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h index ad77242e38..c3520bb15f 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -40,7 +40,7 @@ /* Console configuration */ #define CONFIG_BOOTCOMMAND "run distro_bootcmd ; run autoboot" -#define CONFIG_DEFAULT_CONSOLE "ttySAC1,115200n8" +#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \ - GENERATED_GBL_DATA_SIZE) @@ -157,7 +157,7 @@ "elif test -e mmc 0 uImage; then; " \ "run boot_uimg;" \ "fi;\0" \ - "console=" CONFIG_DEFAULT_CONSOLE "\0" \ + "console=" CONFIG_DEFAULT_CONSOLE \ "mmcbootdev=0\0" \ "mmcbootpart=1\0" \ "mmcrootdev=0\0" \ |