summaryrefslogtreecommitdiffstats
path: root/include/configs/nokia_rx51.h
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2020-04-01 00:35:15 +0200
committerLokesh Vutla <lokeshvutla@ti.com>2020-05-11 10:16:49 +0530
commit07693ccb1574adecb9e87756339442955aeaf346 (patch)
tree97a62da194d7693d96893e5e55421ab7d77021fa /include/configs/nokia_rx51.h
parentb5f7cf50179c8d77ab4ee7240d3479437c5725c1 (diff)
downloadu-boot-07693ccb1574adecb9e87756339442955aeaf346.tar.gz
u-boot-07693ccb1574adecb9e87756339442955aeaf346.tar.xz
u-boot-07693ccb1574adecb9e87756339442955aeaf346.zip
Nokia RX-51: Enable CONFIG_CONSOLE_MUX
After this change both device display and serial console would contain U-Boto output automatically without any future configuration. This would allow easier debugging on real device as access to serial console is hard and also in qemu emulator where it is easier to copy+paste from serial console as from SDL framebuffer. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/nokia_rx51.h')
-rw-r--r--include/configs/nokia_rx51.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h
index dd3b8eaf57..a9a0b1c998 100644
--- a/include/configs/nokia_rx51.h
+++ b/include/configs/nokia_rx51.h
@@ -119,9 +119,9 @@ int rx51_kp_getc(struct stdio_dev *sdev);
/* Environment information */
#define CONFIG_EXTRA_ENV_SETTINGS \
"usbtty=cdc_acm\0" \
- "stdin=vga\0" \
- "stdout=vga\0" \
- "stderr=vga\0" \
+ "stdin=serial,vga\0" \
+ "stdout=serial,vga\0" \
+ "stderr=serial,vga\0" \
"setcon=setenv stdin ${con};" \
"setenv stdout ${con};" \
"setenv stderr ${con}\0" \