common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled
[oweals/u-boot.git] / drivers / gpio / tegra186_gpio.c
index 1f0e8d51dadacaf56d752e762a466956e4deb7e7..6626b5415a389d97176032e29f92e7bb1dafbd7d 100644 (file)
@@ -281,5 +281,4 @@ U_BOOT_DRIVER(tegra186_gpio) = {
        .bind = tegra186_gpio_bind,
        .probe = tegra186_gpio_probe,
        .ops = &tegra186_gpio_ops,
-       .flags = DM_FLAG_PRE_RELOC,
 };