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:
600145a
)
phytec: Include env.h to permit reading the environment
author
Simon Glass
<sjg@chromium.org>
Thu, 15 May 2025 23:31:36 +0000
(17:31 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +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>
board/phytec/common/phytec_som_detection_blocks.c
patch
|
blob
|
history
diff --git
a/board/phytec/common/phytec_som_detection_blocks.c
b/board/phytec/common/phytec_som_detection_blocks.c
index
5f3c27e
..
b44ff85
100644
(file)
--- 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@phytec.de>
*/
+#include <env.h>
#include <malloc.h>
#include <u-boot/crc.h>
#include <net.h>