commit | 13f463e5f8f84005ab4e78b54a3f58c20d3c1ebb | [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 | 331c8ef576a9ee931e99004bf2ffad8f1cbe105f [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>