mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
part: efi: Add default number of partition entries for sunxi
The SPL must be located at 8kB (16 sectors) offset. That's right in the middle of the GPT, so we need to define a smaller amount of partitions to accomodate for that location. Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
4ce521977f
commit
5dc0256d12
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ config EFI_PARTITION
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue