From: Simon Glass Date: Thu, 15 May 2025 23:31:42 +0000 (-0600) Subject: amlogic: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9d6ba71ab9391e5fb163634bfb1cc65987cdd4;p=thirdparty%2Fu-boot.git amlogic: Include env.h to permit reading the environment This file reads from the environment but does not include the correct header. Update it. Reviewed-by: Viacheslav Bocharov Signed-off-by: Simon Glass --- diff --git a/board/amlogic/jethub-j100/jethub-j100.c b/board/amlogic/jethub-j100/jethub-j100.c index b770a1f8c53..9e87fb9f9d7 100644 --- a/board/amlogic/jethub-j100/jethub-j100.c +++ b/board/amlogic/jethub-j100/jethub-j100.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include