summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 13:56:00 -0600
committerSimon Glass <sjg@chromium.org>2020-07-28 19:30:39 -0600
commit3077026ea1852473011ec7de25087d95ea4e6ddd (patch)
treebaa0b4ebfacaae931f071ff5c4a70d7d2b0112f0
parent1d62704d775a8cf74ed5e4bc819c85936cecae41 (diff)
downloadu-boot-3077026ea1852473011ec7de25087d95ea4e6ddd.tar.gz
u-boot-3077026ea1852473011ec7de25087d95ea4e6ddd.tar.xz
u-boot-3077026ea1852473011ec7de25087d95ea4e6ddd.zip
tegra: Don't enable binman on ARMv8 SoCs
At present only the ARMv7 tegra SoCs actually use binman to create an image. Change the config to reflect this, since otherwise running binman will produce an error. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--arch/arm/mach-tegra/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 15e7684028..a397748b72 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -41,7 +41,6 @@ config TEGRA_PMC_SECURE
config TEGRA_COMMON
bool "Tegra common options"
- select BINMAN
select BOARD_EARLY_INIT_F
select CLK
select DM
@@ -69,6 +68,7 @@ config TEGRA_NO_BPMP
config TEGRA_ARMV7_COMMON
bool "Tegra 32-bit common options"
+ select BINMAN
select CPU_V7A
select SPL
select SPL_BOARD_INIT if SPL