diff options
| author | Simon Glass <[email protected]> | 2025-05-15 17:31:33 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-29 08:30:24 -0600 |
| commit | 84a1c99055166857efabe55277f01341404e8dda (patch) | |
| tree | a70bb4d3809fc21dd8d79ccb2fdb840947c352eb | |
| parent | 09c9957e8808b6a3513450c802d43c9410a14368 (diff) | |
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 <[email protected]>
| -rw-r--r-- | board/freescale/imx8ulp_evk/imx8ulp_evk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/imx8ulp_evk/imx8ulp_evk.c b/board/freescale/imx8ulp_evk/imx8ulp_evk.c index 0af61067263..4bf77a488cc 100644 --- a/board/freescale/imx8ulp_evk/imx8ulp_evk.c +++ b/board/freescale/imx8ulp_evk/imx8ulp_evk.c @@ -3,6 +3,7 @@ * Copyright 2020 NXP */ +#include <env.h> #include <miiphy.h> #include <netdev.h> #include <asm/arch/imx8ulp-pins.h> |
