commit | a4ddff47929b5ed789ea96735c11e5def4236ffa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 05 15:45:53 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Sep 04 02:10:06 2017 -0600 |
tree | cf6a5416efb14abf1b720422f91ecd067a67a7cb | |
parent | 0819b9eebaa737bec766b666a1bf858099e87e51 [diff] |
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>