summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-10-25 09:10:31 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-10-26 11:11:53 +0200
commit40fcbc359e84dc92662324168ad97f83dbf031ed (patch)
tree08939f78a56c08bd45862322eb1c7b5c4d1b5eeb /configs
parent6f5df8bcfe4c59997329c1ef8cdcf834894679a4 (diff)
qemu_sh4_r2d: update to fix serial console support
sh4-r2d has a serial port, however it's the second SH UART that's emulated by Qemu so we need to adjust the kernel configuration for it to see the relevant UART and adjust the qemu command line for it too. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/qemu_sh4_r2d_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig
index 32835decd..8f92a938c 100644
--- a/configs/qemu_sh4_r2d_defconfig
+++ b/configs/qemu_sh4_r2d_defconfig
@@ -4,7 +4,7 @@ BR2_sh4=y
# system
BR2_TARGET_GENERIC_GETTY=y
-BR2_TARGET_GENERIC_GETTY_PORT="tty1"
+BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
# filesystem
BR2_TARGET_ROOTFS_EXT2=y