|
@@ -2072,6 +2072,7 @@ static int __init pl011_early_console_setup(struct earlycon_device *device,
|
|
|
return 0;
|
|
return 0;
|
|
|
}
|
|
}
|
|
|
EARLYCON_DECLARE(pl011, pl011_early_console_setup);
|
|
EARLYCON_DECLARE(pl011, pl011_early_console_setup);
|
|
|
|
|
+OF_EARLYCON_DECLARE(pl011, "arm,pl011", pl011_early_console_setup);
|
|
|
|
|
|
|
|
#else
|
|
#else
|
|
|
#define AMBA_CONSOLE NULL
|
|
#define AMBA_CONSOLE NULL
|