commit | 6b03b9d5b7b9efee81bdb01d17c291107818371e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 11 19:34:41 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 11:05:00 2022 -0400 |
tree | dfa27bf4d9064b911a06c3a2af032ac95db1a365 | |
parent | e7b1018dd377849780138a2b9aae59cf840fade6 [diff] |
blk: Enable CONFIG_BLK for all media Enable this option on all boards which support block devices. Drop the related depencies on BLK since these are not needed anymore. Disable BLOCK_CACHE on M5253DEMO as this causes a build error. Signed-off-by: Simon Glass <sjg@chromium.org>