mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 21:16:40 +07:00
microblaze: remove early printk uarlite console dependency from header
This dependency is resolved in menuconfig. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
e65f1e2843
commit
96a5ff4229
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user