commit | 6a4bae6c37206aaeab845f8b05a5b260b2c0b228 | [log] [tgz] |
---|---|---|
author | Walter Lozano <walter.lozano@collabora.com> | Tue May 19 15:24:23 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 23 00:08:53 2020 +0200 |
tree | 6f2454110feec8e6ac25b97954493d49c15fb208 | |
parent | 6c3fbf3e456c49c2f43c0c286106a0d4b099b67b [diff] |
mx6cuboxi: enable OF_CONTROL and DM in SPL In order to take the beneficts of DT and DM in SPL, like reusing the code and avoid redundancy, enable SPL_OF_CONTROL, SPL_DM and SPL_DM_MMC. With this new configuration SPL image is 50 KB, higher than the 38 KB from the previous version, but it still under the 68 KB limit. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>