Home
last modified time | relevance | path

Searched hist:b7e5a6439f3075ec79f8d38a3572fc3b68d583d3 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dns16550.cb7e5a6439f3075ec79f8d38a3572fc3b68d583d3 Fri Dec 04 15:58:38 UTC 2015 Simon Glass <sjg@chromium.org> dm: serial: ns16550: Add pre-reloc flag to the driver

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: fde7e18938d8 ("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>