提交 cc696f52 编写于 作者: T Tom Rini

Revert "serial: serial_xen: print U-Boot banner and others"

This reverts commit 18426bf0.
Signed-off-by: NTom Rini <trini@konsulko.com>
上级 c3d31045
......@@ -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
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册