diff options
| author | Trevor Woerner <[email protected]> | 2020-05-06 08:02:41 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-05-15 14:47:35 -0400 |
| commit | 18138ab20347ffe5a2b80dd180026dae697a160d (patch) | |
| tree | 33c1293f88d4fa8287a53ca832609d7727a45d01 /disk | |
| parent | bb0fb4c0f40803eaffd7a4fc0ec3a9fe4a8be0f0 (diff) | |
rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
Have this symbol follow the pattern of all other such symbols.
Signed-off-by: Trevor Woerner <[email protected]>
Diffstat (limited to 'disk')
| -rw-r--r-- | disk/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/disk/Kconfig b/disk/Kconfig index 747275c2ba1..cee16a80bc2 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -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 |
