diff options
| author | Jan Kiszka <[email protected]> | 2025-12-11 17:36:28 +0100 |
|---|---|---|
| committer | Tien Fong Chee <[email protected]> | 2025-12-17 18:50:33 +0800 |
| commit | 6f419247baa45917fcdd67062e271b8884d8c7aa (patch) | |
| tree | c82e9bc68248224318b1295cc2ffe95d9855bcee /disk | |
| parent | 217eb9b119ce0097d5ca641a96780b258002076e (diff) | |
configs: socfpga: Permit EFI booting
Commit f369e1564cf4 turned those off because the SPL size grew too
large. It also argued that those boards would never support EFI booting.
The former is correct, therefore keep CONFIG_SPL_EFI_PARTITION off.
CONFIG_SPL_ISO_PARTITION is default off. What is not correct is that
those boards are limited to legacy boot - you just need a hybrid
partition table to make both the bootrom and UEFI happy.
Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
Diffstat (limited to 'disk')
| -rw-r--r-- | disk/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/disk/Kconfig b/disk/Kconfig index b0bd02539ee..a58717bda30 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -142,6 +142,7 @@ config SPL_EFI_PARTITION bool "Enable EFI GPT partition table for SPL" depends on SPL default n if ARCH_MVEBU + default n if ARCH_SOCFPGA default n if ARCH_SUNXI default y if EFI_PARTITION select SPL_PARTITIONS |
