[PATCH v2 06/22] phytec: Include env.h to permit reading the environment
Simon Glass
sjg at chromium.org
Thu May 1 03:04:31 CEST 2025
This file reads from the environment but does not include the correct
header. Update it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
board/phytec/common/phytec_som_detection_blocks.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/phytec/common/phytec_som_detection_blocks.c b/board/phytec/common/phytec_som_detection_blocks.c
index 5f3c27ef0c2..b44ff85972f 100644
--- a/board/phytec/common/phytec_som_detection_blocks.c
+++ b/board/phytec/common/phytec_som_detection_blocks.c
@@ -4,6 +4,7 @@
* Author: Daniel Schultz <d.schultz at phytec.de>
*/
+#include <env.h>
#include <malloc.h>
#include <u-boot/crc.h>
#include <net.h>
--
2.43.0
More information about the U-Boot
mailing list