diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-24 00:05:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-24 00:06:34 +0100 |
commit | fadf503d6599e1a1d3750fd11427b7ec91d9068e (patch) | |
tree | 83c0892ad14fda75cb3f776dc8222822a12a349f /target/or1k/patches/4.1.15 | |
parent | 77049ba01018d740d6c7f4958ffeba4aa50272c6 (diff) |
bump kernelversions
Diffstat (limited to 'target/or1k/patches/4.1.15')
-rw-r--r-- | target/or1k/patches/4.1.15/ld-or1k.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/or1k/patches/4.1.15/ld-or1k.patch b/target/or1k/patches/4.1.15/ld-or1k.patch new file mode 100644 index 000000000..81c9db6c2 --- /dev/null +++ b/target/or1k/patches/4.1.15/ld-or1k.patch @@ -0,0 +1,12 @@ +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 |