diff options
| author | Petr Kulhavy <[email protected]> | 2016-09-09 10:27:18 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-10-01 20:04:59 -0400 |
| commit | 6f6c8630942b6d60735c2c728d9f476de0290f9e (patch) | |
| tree | 6ebca8b4b7aa51f785266a84a9f87f35d496f202 /include | |
| parent | da2ee24d9150448e1816db790b4e11e2cf53df20 (diff) | |
fastboot: move FASTBOOT_FLASH options into Kconfig
Move FASTBOOT_MBR_NAME and FASTBOOT_GPT_NAME into Kconfig.
Add dependency on the FASTBOOT_FLASH setting (also for FASTBOOT_MBR_NAME).
Remove the now redundant GPT_ENTRY_NAME.
Signed-off-by: Petr Kulhavy <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Acked-by: Steve Rae <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
[trini: Add FIXME about xxx_PARTITION needing to be in Kconfig]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/part_efi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/part_efi.h b/include/part_efi.h index c8fc8738f96..317c044795c 100644 --- a/include/part_efi.h +++ b/include/part_efi.h @@ -27,7 +27,6 @@ #define GPT_HEADER_SIGNATURE 0x5452415020494645ULL #define GPT_HEADER_REVISION_V1 0x00010000 #define GPT_PRIMARY_PARTITION_TABLE_LBA 1ULL -#define GPT_ENTRY_NAME "gpt" #define GPT_ENTRY_NUMBERS 128 #define GPT_ENTRY_SIZE 128 |
