summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-05-15 17:31:45 -0600
committerTom Rini <trini@konsulko.com>2025-05-29 08:30:25 -0600
commitea9afef22d49a4ac12484e01fd459e225da790b7 (patch)
tree696c0509faf4fec621e929716d4be9a5349bf9d6
parent98faae1617b44e53c475adf8552245691e1f05fb (diff)
liebherr: 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 <sjg@chromium.org> Reviewed-by: Lukasz Majewski <lukma@denx.de>
-rw-r--r--board/liebherr/xea/xea.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/liebherr/xea/xea.c b/board/liebherr/xea/xea.c
index 1d4f165fd13..9630e7f576b 100644
--- a/board/liebherr/xea/xea.c
+++ b/board/liebherr/xea/xea.c
@@ -13,6 +13,7 @@
*
*/
+#include <env.h>
#include <fdt_support.h>
#include <init.h>
#include <log.h>