arm: mvebu: turris_omnia: add GPIO support to defconfig
[oweals/u-boot.git] / drivers / serial / serial_lpuart.c
index 6106c1f9ec83429b063c2d29b83e07dc82b9ca02..a357b00d28785eb07490d2126ddbbfa7cfbca31f 100644 (file)
@@ -540,5 +540,4 @@ U_BOOT_DRIVER(serial_lpuart) = {
        .platdata_auto_alloc_size = sizeof(struct lpuart_serial_platdata),
        .probe = lpuart_serial_probe,
        .ops    = &lpuart_serial_ops,
-       .flags = DM_FLAG_PRE_RELOC,
 };