[PATCH v3 03/22] dhelectronics: Include env.h to permit reading the environment
Tom Rini
trini at konsulko.com
Fri May 16 01:31:32 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/dhelectronics/common/dh_common.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/dhelectronics/common/dh_common.c b/board/dhelectronics/common/dh_common.c
index 71010803f555..8c052c45007a 100644
--- a/board/dhelectronics/common/dh_common.c
+++ b/board/dhelectronics/common/dh_common.c
@@ -5,6 +5,7 @@
*/
#include <dm.h>
+#include <env.h>
#include <i2c_eeprom.h>
#include <net.h>
#include <u-boot/crc.h>
--
2.43.0
More information about the U-Boot
mailing list