]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
liebherr: Include env.h to permit reading the environment
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:45 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +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>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
board/liebherr/xea/xea.c

index 1d4f165fd13ade679dfa010dda844932d796a142..9630e7f576b2f4700af93ff42fd3c9a294b592e8 100644 (file)
@@ -13,6 +13,7 @@
  *
  */
 
+#include <env.h>
 #include <fdt_support.h>
 #include <init.h>
 #include <log.h>