diff options
author | 2020-04-27 18:05:44 +0200 | |
---|---|---|
committer | 2020-04-27 22:26:40 +0200 | |
commit | 2a7982ee523a7a0ef2de34797e2e1df05c8de84b (patch) | |
tree | 6949deb54f684e3a6c276cbfb8d76f5d40e3141f /configs/qemu_sh4_r2d_defconfig | |
parent | b3d3e5888b343214233aba30ad70815bfee5a368 (diff) | |
download | buildroot-2a7982ee523a7a0ef2de34797e2e1df05c8de84b.tar.gz buildroot-2a7982ee523a7a0ef2de34797e2e1df05c8de84b.tar.bz2 |
configs/qemu_sh4{, eb}-r2d: remove kernel patch "restore the old sh-sci driver behaviour"
This reverts commit f7a887c3682282a281206bca61724a750c326b3d and
23aee3eac497f15f901ddf99ab3aa81af747f7e5 since the kernel patch
is not needed as soon as qemu >= 3.1.0 is used with a kernel >=
4.11-rc1.
The qemu emulation of sh-sci driver was fixed by adding basic
timeout handling for 9600 bps [1].
[1] https://git.qemu.org/?p=qemu.git;a=commit;h=71bb4ce1b5592cdc03abc48cdf4ecb15b2db81a0
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'configs/qemu_sh4_r2d_defconfig')
-rw-r--r-- | configs/qemu_sh4_r2d_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig index e837a9572d..33044d22d1 100644 --- a/configs/qemu_sh4_r2d_defconfig +++ b/configs/qemu_sh4_r2d_defconfig @@ -3,7 +3,6 @@ BR2_sh=y BR2_sh4=y # System -BR2_GLOBAL_PATCH_DIR="board/qemu/sh4-r2d/patches" BR2_SYSTEM_DHCP="eth0" BR2_TARGET_GENERIC_GETTY_PORT="ttySC1" |