git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f6f6e
)
congatec: Include env.h to permit reading the environment
author
Simon Glass
<sjg@chromium.org>
Thu, 15 May 2025 23:31:31 +0000
(17:31 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 29 May 2025 14:30:24 +0000
(08:30 -0600)
This file reads from the environment but does not include the correct
header. Update it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/congatec/cgtqmx8/cgtqmx8.c
patch
|
blob
|
history
diff --git
a/board/congatec/cgtqmx8/cgtqmx8.c
b/board/congatec/cgtqmx8/cgtqmx8.c
index
054e4e1
..
03be02a
100644
(file)
--- a/
board/congatec/cgtqmx8/cgtqmx8.c
+++ b/
board/congatec/cgtqmx8/cgtqmx8.c
@@
-4,6
+4,7
@@
* Copyright (C) 2019 Oliver Graute <oliver.graute@kococonnector.com>
*/
#include <config.h>
+#include <env.h>
#include <errno.h>
#include <linux/libfdt.h>
#include <fsl_esdhc.h>