diff options
author | 2019-12-30 14:36:40 +0100 | |
---|---|---|
committer | 2020-06-24 22:40:55 +0200 | |
commit | a2331c8a61bdd71c47492efc818fb0458a349219 (patch) | |
tree | ae38a7faf6408e351ad3dad5a48a9841dcd4e907 /configs/qemu_sh4_r2d_defconfig | |
parent | 99fda2fa9507eeed68b79e45ae99c3d590cd0c17 (diff) | |
download | buildroot-a2331c8a61bdd71c47492efc818fb0458a349219.tar.gz buildroot-a2331c8a61bdd71c47492efc818fb0458a349219.tar.bz2 |
board/qemu/sh4-r2d: fix sh4 kernel bug with binutils 2.33
Remove the binutils patch reverting [1] that triggers a sh4 kernel bug
with binutils >= 2.33. Instead, add two kernel patches provided by
Alan Modra [2] that fix alignment of rodata.
[1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ebd2263ba9a9124d93bbc0ece63d7e0fae89b40e
[2] https://www.sourceware.org/ml/binutils/2019-12/msg00112.html
Signed-off-by: Romain Naour <romain.naour@gmail.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, 1 insertions, 0 deletions
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig index 33044d22d1..e837a9572d 100644 --- a/configs/qemu_sh4_r2d_defconfig +++ b/configs/qemu_sh4_r2d_defconfig @@ -3,6 +3,7 @@ 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" |