forked from OERV-BSP/u-boot
6e04cc321f
All instances of the U_BOOT_DRIVER must use a unique name or they will lead to link time failures due to name space conflicts when both are present. In this case the driver was reusing the msm name. Signed-off-by: Tom Rini <trini@konsulko.com>