mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
Revert "serial: serial_xen: print U-Boot banner and others"
This reverts commit 18426bf022
.
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
c3d3104506
commit
cc696f5256
@ -175,6 +175,8 @@ U_BOOT_DRIVER(serial_xen) = {
|
||||
.priv_auto_alloc_size = sizeof(struct xen_uart_priv),
|
||||
.probe = xen_serial_probe,
|
||||
.ops = &xen_serial_ops,
|
||||
#if !CONFIG_IS_ENABLED(OF_CONTROL)
|
||||
.flags = DM_FLAG_PRE_RELOC,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user