mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 03:44:55 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue