]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
venice: Include env.h to permit reading the environment
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:35 +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>
board/gateworks/venice/venice.c

index 98b33624f04163d272e5cc19bc504805c4614af4..f9bcdd8496ed116737e16a63cfd197c4ee7c26c9 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright 2021 Gateworks Corporation
  */
 
+#include <env.h>
 #include <fdt_support.h>
 #include <init.h>
 #include <led.h>