mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
config: Define HAVE_BLOCK_DEVICE when CONFIG_CMD_GPT is set
Signed-off-by: Egbert Eich <eich@suse.com>
This commit is contained in:
parent
619f0fdf37
commit
f9cd3d3a2b
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
defined(CONFIG_CMD_SCSI) || \
|
||||
defined(CONFIG_CMD_USB) || \
|
||||
defined(CONFIG_CMD_PART) || \
|
||||
defined(CONFIG_CMD_GPT) || \
|
||||
defined(CONFIG_MMC) || \
|
||||
defined(CONFIG_SYSTEMACE)
|
||||
#define HAVE_BLOCK_DEVICE
|
||||
|
|
Loading…
Add table
Reference in a new issue