浏览代码

microblaze: remove early printk uarlite console dependency from header

This dependency is resolved in menuconfig.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek 14 年之前
父节点
当前提交
96a5ff4229
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/microblaze/include/asm/setup.h

+ 1 - 1
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