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 <adeep@lexina.in>
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-05-29 08:30:25 -06:00
committed by Tom Rini
parent f24a197973
commit 6d9d6ba71a
+1
View File
@@ -5,6 +5,7 @@
*/
#include <dm.h>
#include <env.h>
#include <init.h>
#include <net.h>
#include <asm/io.h>