
On Mon, Nov 19, 2018 at 10:54 AM Simon Glass sjg@chromium.org wrote:
All boards should now be migrated to use CONFIG_BLK. This series removes those with build problems using this option.
If maintainers want to keep these boards in they should send a patch in the next week or two. Otherwise the board will be removed in the next release, and will need to be added and re-reviewed later.
The goal is to have all boards use driver model. But so far, we do allow CONFIG_DM to not be defined.
Hey everyone. Did we scare you perhaps a bit too much? Sorry. We're not going to be dropping boards quite just yet as we have a few drivers yet that need converting and that in turn is what's blocking some amount of easy mass conversion. That said, does your board set CONFIG_OF_CONTROL and related? If not, you do indeed have some work to go and do or the platform will be dropped. Not immediately but we have come far enough along in our conversions that as a general rule, you should be using DM in full U-Boot and figuring out how to use DM in SPL (and if there's some problem, speaking up so we can figure out a solution). Thanks all!