]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx8ulp_evk: Include env.h to permit reading the environment
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:33 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:24 +0000 (08:30 -0600)
This file reads from the environment but does not include the correct
header. Update it.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/freescale/imx8ulp_evk/imx8ulp_evk.c

index 0af6106726378ffd6e34251ccdf94c937037af9e..4bf77a488ccd8729ae1793b66ec8ae0384521d0f 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright 2020 NXP
  */
 
+#include <env.h>
 #include <miiphy.h>
 #include <netdev.h>
 #include <asm/arch/imx8ulp-pins.h>