commit | a594b41f86d516cff80b335a0d0b72a2647a7829 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 02 12:36:14 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:27:54 2021 -0400 |
tree | 59c5a6f830768d728cce3ea83d7bdcff3227eef9 | |
parent | c72c7d9db5ff9e5e88de6d23a2ec0a745707f6fe [diff] |
disk: Tidy up #ifdefs in part_efi This file does not correctly handle the various cases, sometimes producing warnings about partition_basic_data_guid being defined but not used. Fix it. There was some discussion about adjusting Kconfig or making HAVE_BLOCK_DEVICE a prerequisite for PARTITIONS, but apparently this is not feasible. Such changes can be undertaken separate from the goal of this series. Signed-off-by: Simon Glass <sjg@chromium.org>