]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
advantech: Include env.h in imx8qm_dmsse20_a1
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:39 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +0000 (08:30 -0600)
This file uses the environment but does not include the header file.
Update it.

Acked-by: Oliver Graute <oliver.graute@kococonnector.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
board/advantech/imx8qm_dmsse20_a1/imx8qm_dmsse20_a1.c

index 50b35db5f6cf3737eb366a3495dd2c55fe70e7b3..accd300df04d658eb1ca39b4649966feb08129e4 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright 2019-2023 Kococonnector GmbH
  */
 
+#include <env.h>
 #include <errno.h>
 #include <linux/libfdt.h>
 #include <asm/io.h>