mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
66c246cce7
commit
f902802f65
1 changed files with 1 additions and 0 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue