summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBreno Lima <breno.lima@nxp.com>2016-12-01 18:37:40 (GMT)
committerStefano Babic <sbabic@denx.de>2016-12-16 09:20:17 (GMT)
commit6cc8d4da8d1d6f007ee6b396cb50dd4e12457e3c (patch)
tree09b8e25908a5b026a54f23319a17fc945c87785f
parentb3f276cb6f753a3c1ed66c713500d56713e981b3 (diff)
downloadu-boot-6cc8d4da8d1d6f007ee6b396cb50dd4e12457e3c.tar.xz
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>
-rw-r--r--include/configs/udoo_neo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index 164980f..1b7a03f 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" \