From 40fcbc359e84dc92662324168ad97f83dbf031ed Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 25 Oct 2011 09:10:31 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- configs/qemu_sh4_r2d_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') 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 -- cgit v1.2.3