]> git.sur5r.net Git - u-boot/commit
dm: Add migration plan for CONFIG_BLK
authorSimon Glass <sjg@chromium.org>
Sat, 5 Aug 2017 21:45:53 +0000 (15:45 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 4 Sep 2017 08:10:06 +0000 (02:10 -0600)
commit302466d07fe8f10ff2ad059dc5c40ac37935fda9
treecf6a5416efb14abf1b720422f91ecd067a67a7cb
parent6935aec0e3f0064698d8970a00b908f5a162b93f
dm: Add migration plan for CONFIG_BLK

The CONFIG_BLK conversion involves quite invasive changes in the U-Boot
code, with #ifdefs and different code paths. We should try to move over to
this soon so we can drop the old code.

Set a deadline of 9 months for this work, rounded up to the next release.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
doc/driver-model/MIGRATION.txt [new file with mode: 0644]