Commit f4ac6cb6af107ce62754dd3bfc7ff31a92e7e2c8

Authored by Fabio Estevam
Committed by Albert ARIBAUD
1 parent b6e80e2485

mx6qsabrelite: Fix the serial console port

On mx6qsabrelite the console is ttymxc1.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/mx6qsabrelite.h
... ... @@ -116,7 +116,7 @@
116 116 #define CONFIG_EXTRA_ENV_SETTINGS \
117 117 "script=boot.scr\0" \
118 118 "uimage=uImage\0" \
119   - "console=ttymxc3\0" \" \
  119 + "console=ttymxc1\0" \" \
120 120 "fdt_high=0xffffffff\0" \
121 121 "initrd_high=0xffffffff\0" \
122 122 "mmcdev=0\0" \