From: Breno Lima <breno.lima@nxp.com>
Date: Thu, 1 Dec 2016 18:37:40 +0000 (-0200)
Subject: udoo_neo: Remove console option
X-Git-Tag: v2025.01-rc5-pxa1908~7851^2~56
X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B?a=commitdiff_plain;h=6cc8d4da8d1d6f007ee6b396cb50dd4e12457e3c;p=u-boot.git

udoo_neo: Remove console option

It's not necessary to define the console option as we use the distro config.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
---

diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index 164980fb83..1b7a03f1b8 100644
--- a/include/configs/udoo_neo.h
+++ b/include/configs/udoo_neo.h
@@ -32,7 +32,6 @@
 /* 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" \
 	"fdt_file=undefined\0" \