serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
[platform/kernel/u-boot.git] / drivers / serial / serial_s5p.c
index faea6d4..e3160cf 100644 (file)
@@ -211,7 +211,6 @@ U_BOOT_DRIVER(serial_s5p) = {
        .platdata_auto_alloc_size = sizeof(struct s5p_serial_platdata),
        .probe = s5p_serial_probe,
        .ops    = &s5p_serial_ops,
-       .flags = DM_FLAG_PRE_RELOC,
 };
 #endif