From 8c341c6d598a77b59dbce8a60e5aa670e49349d8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 30 Apr 2025 19:04:29 -0600 Subject: [PATCH] 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 --- board/freescale/imx8ulp_evk/imx8ulp_evk.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include #include