forked from OERV-BSP/u-boot
b7f35d3015
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 max313xx name. Signed-off-by: Tom Rini <trini@konsulko.com>