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:
b413511
)
ronetix: Include env.h to permit reading the environment
author
Simon Glass
<sjg@chromium.org>
Thu, 15 May 2025 23:31:37 +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/ronetix/imx8mq-cm/imx8mq_cm.c
patch
|
blob
|
history
diff --git
a/board/ronetix/imx8mq-cm/imx8mq_cm.c
b/board/ronetix/imx8mq-cm/imx8mq_cm.c
index
fbee2c3
..
6022168
100644
(file)
--- a/
board/ronetix/imx8mq-cm/imx8mq_cm.c
+++ b/
board/ronetix/imx8mq-cm/imx8mq_cm.c
@@
-3,6
+3,7
@@
* Copyright 2018 NXP
*/
+#include <env.h>
#include <miiphy.h>
#include <asm-generic/gpio.h>
#include <asm/arch/imx8mq_pins.h>