]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/omap_hsmmc.c
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)
commitcbcb1701643bf8f4f5f73648fd96c52eb4e4bc59
tree6678913712977660a2cd660acce99e199310bdc9
parent2558c049068bcb246f6b4bf891fe09a53e19aaac
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