Skip to content
Snippets Groups Projects
Commit 9fb6aa9a authored by Marek Vasut's avatar Marek Vasut Committed by Stefano Babic
Browse files

mxs: Linux uses ttyAMA0 as DUART


Replace use of ttyAM0 with ttyAMA0 as default serial console.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
parent 30af6c0b
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTFILE "uImage"
#define CONFIG_BOOTARGS "console=ttyAM0,115200n8 "
#define CONFIG_BOOTARGS "console=ttyAMA0,115200n8 "
#define CONFIG_BOOTCOMMAND "run bootcmd_net"
#define CONFIG_LOADADDR 0x42000000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment