diff options
author | Tom Rini | 2017-12-19 07:57:33 -0500 |
---|---|---|
committer | Tom Rini | 2017-12-19 07:57:33 -0500 |
commit | 76cc372879e2f2f0467e8a3875f097d189647793 (patch) | |
tree | 73b2136d7b21c4fd351fd48cdf6b87ce229e7951 /disk | |
parent | 5f7708362812dc5c0647cdae4f05a85e57b3cf32 (diff) | |
parent | 23cd00ab2d8c39eaa15257efcba441939ea66fa8 (diff) |
Merge git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'disk')
-rw-r--r-- | disk/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/disk/Kconfig b/disk/Kconfig index 93965621206..0446bb63ca7 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -78,6 +78,20 @@ config EFI_PARTITION common when EFI is the bootloader. Note 2TB partition limit; see disk/part_efi.c +config EFI_PARTITION_ENTRIES_NUMBERS + int "Number of the EFI partition entries" + depends on EFI_PARTITION + default 56 if ARCH_SUNXI + default 128 + help + Specify the number of partition entries in the GPT. This is + meant to allow less than the standard specifies for devices + that might need to place their first-stage bootloader in the + middle of a regular GPT. + + If unsure, leave at 128 entries, which is the standard + number. + config EFI_PARTITION_ENTRIES_OFF int "Offset (in bytes) of the EFI partition entries" depends on EFI_PARTITION |