Skip to content

Commit

Permalink
mx6sx: udoo_neo: Define the default serial console
Browse files Browse the repository at this point in the history
Standard boot processes including distro boot generally expect the
default console to be defined.

Signed-off-by: Peter Robinson <[email protected]>
Tested-by: Breno Lima <[email protected]>
  • Loading branch information
nullr0ute authored and sbabic committed Feb 19, 2017
1 parent 66c246c commit f902802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/configs/udoo_neo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit f902802

Please sign in to comment.