[PATCH v3 15/22] google: Include env.h to permit reading the environment
Tom Rini
trini at konsulko.com
Fri May 16 01:31:44 CEST 2025
From: Simon Glass <sjg at chromium.org>
This file reads from the environment but does not include the correct
header. Update it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- None
---
board/google/chameleonv3/board.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/board/google/chameleonv3/board.c b/board/google/chameleonv3/board.c
index 4d3049689d3a..d8ffdd25b387 100644
--- a/board/google/chameleonv3/board.c
+++ b/board/google/chameleonv3/board.c
@@ -2,6 +2,8 @@
/*
* Copyright 2022 Google LLC
*/
+
+#include <env.h>
#include <net.h>
#include <errno.h>
#include "mercury_aa1.h"
--
2.43.0
More information about the U-Boot
mailing list