projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e65f1e2
)
microblaze: remove early printk uarlite console dependency from header
author
Michal Simek
<monstr@monstr.eu>
Tue, 28 Sep 2010 06:27:49 +0000
(16:27 +1000)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 21 Oct 2010 05:51:48 +0000
(15:51 +1000)
This dependency is resolved in menuconfig.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/setup.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/setup.h
b/arch/microblaze/include/asm/setup.h
index 5f910ebe032598afe0c664b24afe3a9537681413..8f3968971e4eef6334b5f014fd1d0aef1cf27537 100644
(file)
--- a/
arch/microblaze/include/asm/setup.h
+++ b/
arch/microblaze/include/asm/setup.h
@@
-25,7
+25,7
@@
void early_printk(const char *fmt, ...);
int setup_early_printk(char *opt);
void disable_early_printk(void);
-#if defined(CONFIG_EARLY_PRINTK)
&& defined(CONFIG_SERIAL_UARTLITE_CONSOLE)
+#if defined(CONFIG_EARLY_PRINTK)
#define eprintk early_printk
#else
#define eprintk printk