diff options
author | Robert Marko <robert.marko@sartura.hr> | 2021-09-12 22:36:12 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-09-25 19:28:54 +0200 |
commit | e9559182b9061121975285956f19bee06076365a (patch) | |
tree | aa9adbaa2efdeb3b2339657039568518311a5f0c /target/linux/ipq40xx/patches-5.10/301-arm-compressed-add-appended-DTB-section.patch | |
parent | fec22cfa59b34efeb2dc00eda15262a2982aa6b4 (diff) | |
download | upstream-e9559182b9061121975285956f19bee06076365a.tar.gz upstream-e9559182b9061121975285956f19bee06076365a.tar.bz2 upstream-e9559182b9061121975285956f19bee06076365a.zip |
ipq40xx: 5.10: refresh patches to apply
Refresh the kernel patches on top of 5.10 so they apply.
Manually fixup the 705-net-add-qualcomm-ar40xx-phy.patch
to apply.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Diffstat (limited to 'target/linux/ipq40xx/patches-5.10/301-arm-compressed-add-appended-DTB-section.patch')
-rw-r--r-- | target/linux/ipq40xx/patches-5.10/301-arm-compressed-add-appended-DTB-section.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ipq40xx/patches-5.10/301-arm-compressed-add-appended-DTB-section.patch b/target/linux/ipq40xx/patches-5.10/301-arm-compressed-add-appended-DTB-section.patch index 7e6184fc73..99e33632c4 100644 --- a/target/linux/ipq40xx/patches-5.10/301-arm-compressed-add-appended-DTB-section.patch +++ b/target/linux/ipq40xx/patches-5.10/301-arm-compressed-add-appended-DTB-section.patch @@ -26,7 +26,7 @@ Signed-off-by: Robert Marko <robimarko@gmail.com> --- a/arch/arm/boot/compressed/vmlinux.lds.S +++ b/arch/arm/boot/compressed/vmlinux.lds.S -@@ -93,6 +93,13 @@ SECTIONS +@@ -101,6 +101,13 @@ SECTIONS _edata = .; @@ -40,9 +40,9 @@ Signed-off-by: Robert Marko <robimarko@gmail.com> /* * The image_end section appears after any additional loadable sections * that the linker may decide to insert in the binary image. Having -@@ -132,4 +139,4 @@ SECTIONS - .stab.indexstr 0 : { *(.stab.indexstr) } - .comment 0 : { *(.comment) } +@@ -138,4 +145,4 @@ SECTIONS + + ARM_ASSERTS } -ASSERT(_edata_real == _edata, "error: zImage file size is incorrect"); +ASSERT(_edata_real == _edata_dtb, "error: zImage file size is incorrect"); |