From: Simon Glass Date: Thu, 15 May 2025 23:31:33 +0000 (-0600) Subject: imx8ulp_evk: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84a1c99055166857efabe55277f01341404e8dda;p=thirdparty%2Fu-boot.git 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 --- 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