1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

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>
This commit is contained in:
Simon Glass
2020-07-19 13:56:00 -06:00
parent 1d62704d77
commit 3077026ea1

View File

@@ -41,7 +41,6 @@ config TEGRA_PMC_SECURE
config TEGRA_COMMON config TEGRA_COMMON
bool "Tegra common options" bool "Tegra common options"
select BINMAN
select BOARD_EARLY_INIT_F select BOARD_EARLY_INIT_F
select CLK select CLK
select DM select DM
@@ -69,6 +68,7 @@ config TEGRA_NO_BPMP
config TEGRA_ARMV7_COMMON config TEGRA_ARMV7_COMMON
bool "Tegra 32-bit common options" bool "Tegra 32-bit common options"
select BINMAN
select CPU_V7A select CPU_V7A
select SPL select SPL
select SPL_BOARD_INIT if SPL select SPL_BOARD_INIT if SPL