diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 23:31:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 23:31:52 +0200 |
commit | 0dc6006d7b1acfbba6790287cc3afbf34f14ef6a (patch) | |
tree | f4a7d85a1c441e9559f4d13d3d11abf376404446 /target/or1k/patches/4.1.24 | |
parent | a6d2c6d3270fdcff05a873c33fed5ceade300b8e (diff) |
linux: update to 3.14.72, add working solidrun patch
Diffstat (limited to 'target/or1k/patches/4.1.24')
-rw-r--r-- | target/or1k/patches/4.1.24/ld-or1k.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/or1k/patches/4.1.24/ld-or1k.patch b/target/or1k/patches/4.1.24/ld-or1k.patch deleted file mode 100644 index 81c9db6c2..000000000 --- a/target/or1k/patches/4.1.24/ld-or1k.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur linux-4.1.6.orig/arch/openrisc/kernel/vmlinux.lds.S linux-4.1.6/arch/openrisc/kernel/vmlinux.lds.S ---- linux-4.1.6.orig/arch/openrisc/kernel/vmlinux.lds.S 2015-08-17 05:52:51.000000000 +0200 -+++ linux-4.1.6/arch/openrisc/kernel/vmlinux.lds.S 2015-09-01 22:02:13.224692884 +0200 -@@ -30,7 +30,7 @@ - #include <asm/cache.h> - #include <asm-generic/vmlinux.lds.h> - --OUTPUT_FORMAT("elf32-or32", "elf32-or32", "elf32-or32") -+OUTPUT_FORMAT("elf32-or1k", "elf32-or1k", "elf32-or1k") - jiffies = jiffies_64 + 4; - - SECTIONS |