Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96a5ff42 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: remove early printk uarlite console dependency from header



This dependency is resolved in menuconfig.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent e65f1e28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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