diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-10-25 09:10:31 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-26 11:11:53 +0200 |
commit | 40fcbc359e84dc92662324168ad97f83dbf031ed (patch) | |
tree | 08939f78a56c08bd45862322eb1c7b5c4d1b5eeb /configs | |
parent | 6f5df8bcfe4c59997329c1ef8cdcf834894679a4 (diff) | |
download | buildroot-novena-40fcbc359e84dc92662324168ad97f83dbf031ed.tar.gz buildroot-novena-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')
-rw-r--r-- | configs/qemu_sh4_r2d_defconfig | 2 |
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 |