Skip to content

Commit

Permalink
microblaze: remove early printk uarlite console dependency from header
Browse files Browse the repository at this point in the history
This dependency is resolved in menuconfig.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent e65f1e2 commit 96a5ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/include/asm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96a5ff4

Please sign in to comment.