mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +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),
|
||||
.probe = xen_serial_probe,
|
||||
.ops = &xen_serial_ops,
|
||||
#if !CONFIG_IS_ENABLED(OF_CONTROL)
|
||||
.flags = DM_FLAG_PRE_RELOC,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue