]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
toradex: Include env.h to permit reading the environment
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:38 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +0000 (08:30 -0600)
Two files read from the environment but don't not include the correct
header. Update them.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/toradex/colibri_imx7/colibri_imx7.c
board/toradex/verdin-imx8mm/verdin-imx8mm.c

index 7de29e3abfb6393a6032c0b6999e886088919ad2..69a8a18d3a7543786f52d2e0debb484fa472f638 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <cpu_func.h>
+#include <env.h>
 #include <init.h>
 #include <net.h>
 #include <asm/arch/clock.h>
index 9359e0ac6bff38114808a30e11a75132f9e020c7..066e8db678fb1e71382761d9885a258e30dc9c52 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright 2020-2021 Toradex
  */
 
-#include <config.h>
+#include <env.h>
 #include <init.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/sys_proto.h>