]> git.baikalelectronics.ru Git - uboot.git/commit
dm: mmc: omap_hsmmc: Add pre-reloc flag to the driver
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 26 Apr 2017 08:07:06 +0000 (13:37 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 02:21:28 +0000 (22:21 -0400)
commitf0047b1019f0177ad03a30ada0f7bb2c2ca2630c
tree6678913712977660a2cd660acce99e199310bdc9
parent83e803e944e920d40d76915752d9f09cb75e419f
dm: mmc: omap_hsmmc: 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.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/mmc/omap_hsmmc.c