summaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-03-03 12:00:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-03-03 12:00:48 +0000
commitd5ec28c734804496aaf1118a47dfe47c4257efcf (patch)
tree0e6e89af21203a5e8de61beb0c544cd537b7b677 /target/linux/omap24xx
parent7a7d39cef307f2dd5cf271acf42323bdd305baba (diff)
downloadmaster-31e0f0ae-d5ec28c734804496aaf1118a47dfe47c4257efcf.tar.gz
master-31e0f0ae-d5ec28c734804496aaf1118a47dfe47c4257efcf.tar.bz2
master-31e0f0ae-d5ec28c734804496aaf1118a47dfe47c4257efcf.zip
omap24xx: fix compile error with new binutils (#11072)
SVN-Revision: 30798
Diffstat (limited to 'target/linux/omap24xx')
-rw-r--r--target/linux/omap24xx/patches-3.1/210-omap2-kexec-rewrite.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/omap24xx/patches-3.1/210-omap2-kexec-rewrite.patch b/target/linux/omap24xx/patches-3.1/210-omap2-kexec-rewrite.patch
index 0c26af2ab1..f341051c46 100644
--- a/target/linux/omap24xx/patches-3.1/210-omap2-kexec-rewrite.patch
+++ b/target/linux/omap24xx/patches-3.1/210-omap2-kexec-rewrite.patch
@@ -2039,7 +2039,7 @@
VMLINUX_SYMBOL(__entry_text_start) = .; \
--- a/arch/arm/kernel/sleep.S
+++ b/arch/arm/kernel/sleep.S
-@@ -85,12 +85,14 @@ ENDPROC(cpu_resume_mmu)
+@@ -85,11 +85,13 @@ ENDPROC(cpu_resume_mmu)
.ltorg
.align 5
cpu_resume_turn_mmu_on:
@@ -2049,11 +2049,10 @@
mov r1, r1
mov r1, r1
mov pc, r3 @ jump to virtual address
- ENDPROC(cpu_resume_turn_mmu_on)
+ .popsection
+ ENDPROC(cpu_resume_turn_mmu_on)
cpu_resume_after_mmu:
str r5, [r2, r4, lsl #2] @ restore old mapping
- mcr p15, 0, r0, c1, c0, 0 @ turn on D-cache
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -36,7 +36,7 @@