[PATCH v3 08/22] ronetix: Include env.h to permit reading the environment
Tom Rini
trini at konsulko.com
Fri May 16 01:31:37 CEST 2025
From: Simon Glass <sjg at chromium.org>
This file reads from the environment but does not include the correct
header. Update it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- None
---
board/ronetix/imx8mq-cm/imx8mq_cm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/ronetix/imx8mq-cm/imx8mq_cm.c b/board/ronetix/imx8mq-cm/imx8mq_cm.c
index fbee2c39771e..602216854ba4 100644
--- 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>
--
2.43.0
More information about the U-Boot
mailing list