ronetix: 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 <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-04-30 19:04:32 -06:00
parent 2822ff7ae5
commit c8136f7c87

View File

@@ -3,6 +3,7 @@
* Copyright 2018 NXP
*/
#include <env.h>
#include <miiphy.h>
#include <asm-generic/gpio.h>
#include <asm/arch/imx8mq_pins.h>