summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-05-15 17:31:31 -0600
committerTom Rini <[email protected]>2025-05-29 08:30:24 -0600
commit67a7633e04d71c61018d857f27d18e05acc5b844 (patch)
treed65dc1610b1d1978d94842816c5117f019f2dc26
parent05f6f6e8c76c68a36125ec7a6af911ee9418bc99 (diff)
congatec: Include env.h to permit reading the environment
This file reads from the environment but does not include the correct header. Update it. Signed-off-by: Simon Glass <[email protected]> Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--board/congatec/cgtqmx8/cgtqmx8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/congatec/cgtqmx8/cgtqmx8.c b/board/congatec/cgtqmx8/cgtqmx8.c
index 054e4e10867..03be02a2884 100644
--- a/board/congatec/cgtqmx8/cgtqmx8.c
+++ b/board/congatec/cgtqmx8/cgtqmx8.c
@@ -4,6 +4,7 @@
* Copyright (C) 2019 Oliver Graute <[email protected]>
*/
#include <config.h>
+#include <env.h>
#include <errno.h>
#include <linux/libfdt.h>
#include <fsl_esdhc.h>