mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 23:01:28 +02:00
Revert "serial: serial_xen: print U-Boot banner and others"
This reverts commit 18426bf02217de2e9bb2b41eaa74d769892c55ef. 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),
|
.priv_auto_alloc_size = sizeof(struct xen_uart_priv),
|
||||||
.probe = xen_serial_probe,
|
.probe = xen_serial_probe,
|
||||||
.ops = &xen_serial_ops,
|
.ops = &xen_serial_ops,
|
||||||
|
#if !CONFIG_IS_ENABLED(OF_CONTROL)
|
||||||
.flags = DM_FLAG_PRE_RELOC,
|
.flags = DM_FLAG_PRE_RELOC,
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user