projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a4784e
)
embestmx6boards: Fix CONFIG_CONSOLE_DEV
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 9 Jun 2014 16:35:35 +0000
(13:35 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 17 Jun 2014 14:35:53 +0000
(16:35 +0200)
mars and riot boards use UART2 as console, so CONFIG_CONSOLE_DEV should point
to 'ttymxc1' instead.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Iain Paton <ipaton0@gmail.com>
include/configs/embestmx6boards.h
patch
|
blob
|
history
diff --git
a/include/configs/embestmx6boards.h
b/include/configs/embestmx6boards.h
index eb91c44e3ff7b844ac84bccf45c2b1ddb2ac2c5b..1d5fde67f2fb167511ba77764d3c2070a33eb157 100644
(file)
--- a/
include/configs/embestmx6boards.h
+++ b/
include/configs/embestmx6boards.h
@@
-20,7
+20,7
@@
#include <linux/sizes.h>
#define CONFIG_MXC_UART_BASE UART2_BASE
-#define CONFIG_CONSOLE_DEV "ttymxc
0
"
+#define CONFIG_CONSOLE_DEV "ttymxc
1
"
#define CONFIG_MMCROOT "/dev/mmcblk1p2"
#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)