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

index 4d3049689d3aec47b41550dd58bed2a4a40362d5..d8ffdd25b387394152daa97f21197075a244f450 100644 (file)
@@ -2,6 +2,8 @@
 /*
  * Copyright 2022 Google LLC
  */
+
+#include <env.h>
 #include <net.h>
 #include <errno.h>
 #include "mercury_aa1.h"