summaryrefslogtreecommitdiffstats
path: root/configs/qemu_sh4_r2d_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias2011-10-25 14:10:31 +0200
committerPeter Korsgaard2011-10-26 11:11:53 +0200
commit40fcbc359e84dc92662324168ad97f83dbf031ed (patch)
tree08939f78a56c08bd45862322eb1c7b5c4d1b5eeb /configs/qemu_sh4_r2d_defconfig
parentsecuretty: update to add ttySC for sh4 (diff)
downloadbuildroot-40fcbc359e84dc92662324168ad97f83dbf031ed.tar.gz
buildroot-40fcbc359e84dc92662324168ad97f83dbf031ed.tar.xz
buildroot-40fcbc359e84dc92662324168ad97f83dbf031ed.zip
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/qemu_sh4_r2d_defconfig')
-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