diff options
| author | Simon Glass <[email protected]> | 2025-05-15 17:31:31 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-29 08:30:24 -0600 |
| commit | 67a7633e04d71c61018d857f27d18e05acc5b844 (patch) | |
| tree | d65dc1610b1d1978d94842816c5117f019f2dc26 | |
| parent | 05f6f6e8c76c68a36125ec7a6af911ee9418bc99 (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.c | 1 |
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> |
