Commits
Simon Glass committed 3936514b82e
dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA Move this board over to driver model for MMC and SATA. This means that it uses CONFIG_BLK as well. In SPL these options remain turned off since it increases the code size. One option would be to use CONFIG_SPL_OF_PLATDATA to avoid device-tree overhead. Signed-off-by: Simon Glass <sjg@chromium.org>