]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
tegra: Include env.h to permit reading the environment
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:40 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +0000 (08:30 -0600)
This file reads from the environment but does not include the correct
header. Update it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-tegra/dt-setup.c

index f4ae602d523965fd2f5d47ea70bf18df69df8654..96044ac78ce427f44c2307fdb5c0ef1b21b8bc14 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright (c) 2010-2016, NVIDIA CORPORATION.
  */
 
+#include <env.h>
 #include <fdtdec.h>
 #include <stdlib.h>
 #include <asm/arch-tegra/cboot.h>