]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/Linksprite_pcDuino3_defconfig
dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA
authorSimon Glass <sjg@chromium.org>
Tue, 4 Jul 2017 19:31:32 +0000 (13:31 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 1 Aug 2017 02:58:01 +0000 (11:58 +0900)
commit3936514b82e8a00115c56bf58e8745f73bfb119f
tree0a0acb003db5097001c982322b7f5916f9de6e44
parentcf7b2e10c90e09d6f290b7886722b20680b79731
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>
configs/Linksprite_pcDuino3_defconfig