diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-02-14 13:10:10 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-02-19 16:19:26 +0100 |
commit | f902802f65974922834d8dc2bfa56380ab384c27 (patch) | |
tree | 29580ed44e3dbe7a81ebe9677b1e68a5fe3f7804 /include | |
parent | 66c246cce7c66019a93ff7105157c3e2126dd277 (diff) |
mx6sx: udoo_neo: Define the default serial console
Standard boot processes including distro boot generally expect the
default console to be defined.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Tested-by: Breno Lima <breno.lima@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/udoo_neo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 23a3685bcd5..5b46272edaa 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -30,6 +30,7 @@ /* Linux only */ #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ + "console=ttymxc0,115200\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "fdtfile=undefined\0" \ |