commit | 3936514b82e8a00115c56bf58e8745f73bfb119f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 04 13:31:32 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue Aug 01 11:58:01 2017 +0900 |
tree | 0a0acb003db5097001c982322b7f5916f9de6e44 | |
parent | cf7b2e10c90e09d6f290b7886722b20680b79731 [diff] |
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>