提交 96a5ff42 编写于 作者: M Michal Simek

microblaze: remove early printk uarlite console dependency from header

This dependency is resolved in menuconfig.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 e65f1e28
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册