]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
tegra: Don't enable binman on ARMv8 SoCs
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 19:56:00 +0000 (13:56 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
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>
arch/arm/mach-tegra/Kconfig

index 15e76840281bbf5726135ec97c3c89bc4314aed6..a397748b72bfa808bac635a60ac17f1232fd00e7 100644 (file)
@@ -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