diff options
| author | Fabio Estevam <[email protected]> | 2012-03-28 09:45:26 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-04-16 14:53:58 +0200 |
| commit | f4ac6cb6af107ce62754dd3bfc7ff31a92e7e2c8 (patch) | |
| tree | 874b241bc670600e3a4ef077c7ec7cc8cecaa451 /include | |
| parent | b6e80e24857a273e6c5c89e74f5d6a918dd2563f (diff) | |
mx6qsabrelite: Fix the serial console port
On mx6qsabrelite the console is ttymxc1.
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx6qsabrelite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index c851559bf86..f52c3c76370 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -116,7 +116,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "script=boot.scr\0" \ "uimage=uImage\0" \ - "console=ttymxc3\0" \ + "console=ttymxc1\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "mmcdev=0\0" \ |
