commit | 70a7f670e76a752afe5bfe6ade1b7694d7f4a69b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Nov 25 12:37:12 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 04 22:13:07 2018 -0500 |
tree | ec5c96092f3ff047820de7cf3a257f272d4e0f55 | |
parent | 2e2a2a5d4f0c2e2642326d9000ce1f1553632e6a [diff] |
blk: Rework guard around part_init call The function part_init() will only be built when we have both CONFIG_PARTITIONS and CONFIG_HAVE_BLOCK_DEVICE set. Protect the call to this function with both of these tests now. Cc: Simon Glass <sjg@chromium.org> Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Signed-off-by: Tom Rini <trini@konsulko.com>