Re: [U-Boot] [PATCH 2/6] dm: mmc: omap_hsmmc: Add pre-reloc flag to the driver

2017-04-25 Thread Tom Rini
On Sat, Apr 22, 2017 at 12:20:44PM +0530, Lokesh Vutla wrote: > 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. > > Signed-off-by: Lokesh Vutla Rev

[U-Boot] [PATCH 2/6] dm: mmc: omap_hsmmc: Add pre-reloc flag to the driver

2017-04-21 Thread Lokesh Vutla
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. Signed-off-by: Lokesh Vutla --- drivers/mmc/omap_hsmmc.c | 1 + 1 file changed, 1 insertion(+) diff --git