mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01: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