commit | cbcb1701643bf8f4f5f73648fd96c52eb4e4bc59 | [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 | 2558c049068bcb246f6b4bf891fe09a53e19aaac [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>