commit | 609a074c2a7fd7fb7970f7fac370985ac5947b40 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Dec 02 10:52:31 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 03 08:43:24 2019 -0500 |
tree | 7a6b429b06110b6641b5c2d13565536efd78073f | |
parent | 6ccea848dfe4b7ef87e5b39d349e9b4cba439921 [diff] |
blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more When we do not have CONFIG_BLK (or SPL/TPL) enabled there are very few cases where we need the blk_legacy code linked in. To catch these, build when we have CONFIG_HAVE_BLOCK_DEVICE set. In addition, we only need cmd/blk_common.o to be linked in when we have CONFIG_HAVE_BLOCK_DEVICE set, so make use of that directly. Signed-off-by: Tom Rini <trini@konsulko.com>