summaryrefslogtreecommitdiff
path: root/target/linux/patches/4.4.238/versatile-nommu.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-02-25 09:20:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-02-25 10:04:44 +0100
commit009336f7557ef8a74873f6bddcaa31399eede451 (patch)
treee11723a633238f60f5b08d8abfe430a3d43b5b10 /target/linux/patches/4.4.238/versatile-nommu.patch
parent60e80f0d94a27ce3cba912ee5bf3ebd82bbe0a42 (diff)
linux: update kernels
Diffstat (limited to 'target/linux/patches/4.4.238/versatile-nommu.patch')
-rw-r--r--target/linux/patches/4.4.238/versatile-nommu.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/patches/4.4.238/versatile-nommu.patch b/target/linux/patches/4.4.238/versatile-nommu.patch
deleted file mode 100644
index 96140b30c..000000000
--- a/target/linux/patches/4.4.238/versatile-nommu.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur linux-4.4.17.orig/arch/arm/mach-versatile/include/mach/hardware.h linux-4.4.17/arch/arm/mach-versatile/include/mach/hardware.h
---- linux-4.4.17.orig/arch/arm/mach-versatile/include/mach/hardware.h 2016-08-10 11:49:43.000000000 +0200
-+++ linux-4.4.17/arch/arm/mach-versatile/include/mach/hardware.h 2016-08-25 23:19:03.691716292 +0200
-@@ -30,8 +30,12 @@
- #define VERSATILE_PCI_VIRT_BASE (void __iomem *)0xe8000000ul
- #define VERSATILE_PCI_CFG_VIRT_BASE (void __iomem *)0xe9000000ul
-
-+#ifdef CONFIG_MMU
- /* macro to get at MMIO space when running virtually */
- #define IO_ADDRESS(x) (((x) & 0x0fffffff) + (((x) >> 4) & 0x0f000000) + 0xf0000000)
-+#else
-+#define IO_ADDRESS(x) (x)
-+#endif
-
- #define __io_address(n) ((void __iomem __force *)IO_ADDRESS(n))
-