[PATCH v3 13/22] amlogic: Include env.h to permit reading the environment
Tom Rini
trini at konsulko.com
Fri May 16 01:31:42 CEST 2025
From: Simon Glass <sjg at chromium.org>
This file reads from the environment but does not include the correct
header. Update it.
Reviewed-by: Viacheslav Bocharov <adeep at lexina.in>
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- None
---
board/amlogic/jethub-j100/jethub-j100.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/amlogic/jethub-j100/jethub-j100.c b/board/amlogic/jethub-j100/jethub-j100.c
index b770a1f8c537..9e87fb9f9d73 100644
--- a/board/amlogic/jethub-j100/jethub-j100.c
+++ b/board/amlogic/jethub-j100/jethub-j100.c
@@ -5,6 +5,7 @@
*/
#include <dm.h>
+#include <env.h>
#include <init.h>
#include <net.h>
#include <asm/io.h>
--
2.43.0
More information about the U-Boot
mailing list