diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:55:02 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:55:02 +0000 |
commit | 8e20cceeae5c97eb8f53fc524a2f28a5244de15f (patch) | |
tree | 48ab6a9448455e0832b4037600b0e03f06c07154 /target/linux/bcm53xx/patches-3.14/300-ARM-BCM5301X-Disable-MMU-and-Dcache-for-decompression.patch | |
parent | bc356cef8245214321c6b944bb8ebe2e72542387 (diff) | |
download | upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.tar.gz upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.tar.bz2 upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.zip |
bcm53xx: refresh patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43144
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/300-ARM-BCM5301X-Disable-MMU-and-Dcache-for-decompression.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/300-ARM-BCM5301X-Disable-MMU-and-Dcache-for-decompression.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/300-ARM-BCM5301X-Disable-MMU-and-Dcache-for-decompression.patch b/target/linux/bcm53xx/patches-3.14/300-ARM-BCM5301X-Disable-MMU-and-Dcache-for-decompression.patch index e872e3f900..88770964bb 100644 --- a/target/linux/bcm53xx/patches-3.14/300-ARM-BCM5301X-Disable-MMU-and-Dcache-for-decompression.patch +++ b/target/linux/bcm53xx/patches-3.14/300-ARM-BCM5301X-Disable-MMU-and-Dcache-for-decompression.patch @@ -18,8 +18,6 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> create mode 100644 arch/arm/boot/compressed/head-bcm_5301x-mpcore.S create mode 100644 arch/arm/boot/compressed/mpcore_cache.S -diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile -index 9312edc..ce7438c 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile @@ -44,6 +44,11 @@ ifeq ($(CONFIG_ARCH_ACORN),y) @@ -34,9 +32,6 @@ index 9312edc..ce7438c 100644 ifeq ($(CONFIG_ARCH_SA1100),y) OBJS += head-sa1100.o endif -diff --git a/arch/arm/boot/compressed/head-bcm_5301x-mpcore.S b/arch/arm/boot/compressed/head-bcm_5301x-mpcore.S -new file mode 100644 -index 0000000..fd076a0 --- /dev/null +++ b/arch/arm/boot/compressed/head-bcm_5301x-mpcore.S @@ -0,0 +1,37 @@ @@ -77,9 +72,6 @@ index 0000000..fd076a0 + + @ Restore + mov r8, r12 -diff --git a/arch/arm/boot/compressed/mpcore_cache.S b/arch/arm/boot/compressed/mpcore_cache.S -new file mode 100644 -index 0000000..ada734c --- /dev/null +++ b/arch/arm/boot/compressed/mpcore_cache.S @@ -0,0 +1,118 @@ @@ -201,6 +193,3 @@ index 0000000..ada734c + isb + mov pc, lr +ENDPROC(v7_all_dcache_invalidate) --- -1.8.4.5 - |