mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
Have this symbol follow the pattern of all other such symbols. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ config ISO_PARTITION
|
||||
bool "Enable ISO partition table"
|
||||
depends on PARTITIONS
|
||||
default y if DISTRO_DEFAULTS
|
||||
default y if MIPS || TEGRA
|
||||
default y if MIPS || ARCH_TEGRA
|
||||
|
||||
config SPL_ISO_PARTITION
|
||||
bool "Enable ISO partition table for SPL"
|
||||
@@ -75,7 +75,7 @@ config EFI_PARTITION
|
||||
bool "Enable EFI GPT partition table"
|
||||
depends on PARTITIONS
|
||||
default y if DISTRO_DEFAULTS
|
||||
default y if TEGRA
|
||||
default y if ARCH_TEGRA
|
||||
select LIB_UUID
|
||||
help
|
||||
Say Y here if you would like to use device under U-Boot which
|
||||
|
Reference in New Issue
Block a user