Select Git revision
ns16550.c
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Simon Glass authored
For platforms that don't use device tree in SPL the only way to mark this driver as 'required by relocation' is with the DM_FLAG_PRE_RELOC flag. Add this to ensure that the driver is bound. Fixes: fde7e189 ("dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig") Signed-off-by:
Simon Glass <sjg@chromium.org> Reported-by:
Stephen Warren <swarren@nvidia.com> Acked-by:
Thomas Chou <thomas@wytron.com.tw>
Simon Glass authoredFor platforms that don't use device tree in SPL the only way to mark this driver as 'required by relocation' is with the DM_FLAG_PRE_RELOC flag. Add this to ensure that the driver is bound. Fixes: fde7e189 ("dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig") Signed-off-by:
Simon Glass <sjg@chromium.org> Reported-by:
Stephen Warren <swarren@nvidia.com> Acked-by:
Thomas Chou <thomas@wytron.com.tw>