mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
disk: sunxi: Replace ARCH_SUNXI with BOARD_SUNXI
This provides a unified configuration across all sunxi boards, regardless of CPU architecture. Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
bb75b5b2a4
commit
1cad18bc1d
@ -61,7 +61,7 @@ config SPL_DOS_PARTITION
|
||||
bool "Enable MS Dos partition table for SPL"
|
||||
depends on SPL
|
||||
default n if ARCH_MVEBU
|
||||
default n if ARCH_SUNXI
|
||||
default n if BOARD_SUNXI
|
||||
default y if DOS_PARTITION
|
||||
select SPL_PARTITIONS
|
||||
|
||||
@ -104,7 +104,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 56 if BOARD_SUNXI
|
||||
default 128
|
||||
help
|
||||
Specify the number of partition entries in the GPT. This is
|
||||
@ -132,7 +132,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_SUNXI
|
||||
default n if BOARD_SUNXI
|
||||
default y if EFI_PARTITION
|
||||
select SPL_PARTITIONS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user