From: Peter Robinson <pbrobinson@gmail.com>
Date: Tue, 14 Feb 2017 13:10:10 +0000 (+0000)
Subject: mx6sx: udoo_neo: Define the default serial console
X-Git-Tag: v2025.01-rc5-pxa1908~7455^2~9
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=f902802f65974922834d8dc2bfa56380ab384c27;p=u-boot.git

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>
---

diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index 23a3685bcd..5b46272eda 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" \