imx8ulp_evk: 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:29 -06:00
parent cab9e9b462
commit 8c341c6d59

View File

@@ -3,6 +3,7 @@
* Copyright 2020 NXP
*/
#include <env.h>
#include <miiphy.h>
#include <netdev.h>
#include <asm/arch/imx8ulp-pins.h>