]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
amlogic: Include env.h to permit reading the environment
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:42 +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.

Reviewed-by: Viacheslav Bocharov <adeep@lexina.in>
Signed-off-by: Simon Glass <sjg@chromium.org>
board/amlogic/jethub-j100/jethub-j100.c

index b770a1f8c537275a439d4bd2ee104ad3557a0b6a..9e87fb9f9d731353a0dde630b794df283414fd01 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <dm.h>
+#include <env.h>
 #include <init.h>
 #include <net.h>
 #include <asm/io.h>