toradex: common: show boot logo
[platform/kernel/u-boot.git] / drivers / timer / ag101p_timer.c
index 6e1ae68..6e20b4f 100644 (file)
@@ -115,5 +115,4 @@ U_BOOT_DRIVER(altera_timer) = {
        .platdata_auto_alloc_size = sizeof(struct atftmr_timer_platdata),
        .probe = atftmr_timer_probe,
        .ops    = &ag101p_timer_ops,
-       .flags = DM_FLAG_PRE_RELOC,
 };