commit | c38e6450e68959cb2391cebb6b96aa913ce62e8d | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Wed Apr 26 13:37:06 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu May 11 22:21:28 2017 -0400 |
tree | 6678913712977660a2cd660acce99e199310bdc9 | |
parent | 9a696fb8316585a9bf513d56026a0935aa8821c0 [diff] |
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>