summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-12 14:56:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-12 14:56:43 +0100
commit69cdc46a87653bdab1514564598bf6d694556a4f (patch)
treea05da1e3c0c00711559a25b8b7917b3cce464147 /target/linux
parentd6d4d15f6553e758ef6adca22d48210524f39a83 (diff)
parentfdc973fa4e29cada901b9499160a0478b59cefea (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/patches/3.13.6/microblaze-early-printk.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/patches/3.13.6/microblaze-early-printk.patch b/target/linux/patches/3.13.6/microblaze-early-printk.patch
new file mode 100644
index 000000000..92027cea1
--- /dev/null
+++ b/target/linux/patches/3.13.6/microblaze-early-printk.patch
@@ -0,0 +1,12 @@
+diff -Nur linux-3.13.6.orig/arch/microblaze/include/asm/setup.h linux-3.13.6/arch/microblaze/include/asm/setup.h
+--- linux-3.13.6.orig/arch/microblaze/include/asm/setup.h 2014-03-07 07:07:02.000000000 +0100
++++ linux-3.13.6/arch/microblaze/include/asm/setup.h 2014-03-12 13:28:53.315145258 +0100
+@@ -19,8 +19,6 @@
+
+ extern char *klimit;
+
+-void early_printk(const char *fmt, ...);
+-
+ int setup_early_printk(char *opt);
+ void remap_early_printk(void);
+ void disable_early_printk(void);