From: Simon Glass Date: Thu, 15 May 2025 23:31:40 +0000 (-0600) Subject: tegra: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=433e86abea7e8b570ee0ad89842ac806511d1b94;p=thirdparty%2Fu-boot.git tegra: Include env.h to permit reading the environment This file reads from the environment but does not include the correct header. Update it. Signed-off-by: Simon Glass --- diff --git a/arch/arm/mach-tegra/dt-setup.c b/arch/arm/mach-tegra/dt-setup.c index f4ae602d523..96044ac78ce 100644 --- a/arch/arm/mach-tegra/dt-setup.c +++ b/arch/arm/mach-tegra/dt-setup.c @@ -3,6 +3,7 @@ * Copyright (c) 2010-2016, NVIDIA CORPORATION. */ +#include #include #include #include