diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-24 13:39:12 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-24 16:36:30 +0200 |
commit | 92b8fe0e0e2027ec2b53a596dc0c1398583796b9 (patch) | |
tree | e9c1cb58e69ab4372d4202560f16a0104f9bf118 /target/linux/generic/pending-4.19 | |
parent | 4589f23943a3820c8611adc0ec2fa8052df275a0 (diff) | |
download | upstream-92b8fe0e0e2027ec2b53a596dc0c1398583796b9.tar.gz upstream-92b8fe0e0e2027ec2b53a596dc0c1398583796b9.tar.bz2 upstream-92b8fe0e0e2027ec2b53a596dc0c1398583796b9.zip |
kernel: bump 4.19 to 4.19.55
Refreshed all patches.
Compile-tested on: imx6
Runtime-tested on: imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.19')
-rw-r--r-- | target/linux/generic/pending-4.19/100-MIPS-fix-build-on-non-linux-hosts.patch | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/target/linux/generic/pending-4.19/100-MIPS-fix-build-on-non-linux-hosts.patch b/target/linux/generic/pending-4.19/100-MIPS-fix-build-on-non-linux-hosts.patch index 7204a7176c..5d34df4283 100644 --- a/target/linux/generic/pending-4.19/100-MIPS-fix-build-on-non-linux-hosts.patch +++ b/target/linux/generic/pending-4.19/100-MIPS-fix-build-on-non-linux-hosts.patch @@ -31,11 +31,9 @@ Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> arch/mips/boot/compressed/calc_vmlinuz_load_addr.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -diff --git a/arch/mips/boot/compressed/Makefile b/arch/mips/boot/compressed/Makefile -index 3c453a1f1ff1..172801ed35b8 100644 --- a/arch/mips/boot/compressed/Makefile +++ b/arch/mips/boot/compressed/Makefile -@@ -78,6 +78,8 @@ OBJCOPYFLAGS_piggy.o := --add-section=.image=$(obj)/vmlinux.bin.z \ +@@ -78,6 +78,8 @@ OBJCOPYFLAGS_piggy.o := --add-section=.i $(obj)/piggy.o: $(obj)/dummy.o $(obj)/vmlinux.bin.z FORCE $(call if_changed,objcopy) @@ -44,11 +42,9 @@ index 3c453a1f1ff1..172801ed35b8 100644 # Calculate the load address of the compressed kernel image hostprogs-y := calc_vmlinuz_load_addr -diff --git a/arch/mips/boot/compressed/calc_vmlinuz_load_addr.c b/arch/mips/boot/compressed/calc_vmlinuz_load_addr.c -index 240f1d12df75..080b926d2623 100644 --- a/arch/mips/boot/compressed/calc_vmlinuz_load_addr.c +++ b/arch/mips/boot/compressed/calc_vmlinuz_load_addr.c -@@ -9,7 +9,7 @@ +@@ -13,7 +13,7 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> @@ -57,6 +53,3 @@ index 240f1d12df75..080b926d2623 100644 int main(int argc, char *argv[]) { --- -2.20.1 (Apple Git-117) - |