From: Simon Glass Date: Thu, 15 May 2025 23:31:44 +0000 (-0600) Subject: google: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98faae1617b44e53c475adf8552245691e1f05fb;p=thirdparty%2Fu-boot.git google: 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 --- diff --git a/board/google/chameleonv3/board.c b/board/google/chameleonv3/board.c index 4d3049689d3..d8ffdd25b38 100644 --- a/board/google/chameleonv3/board.c +++ b/board/google/chameleonv3/board.c @@ -2,6 +2,8 @@ /* * Copyright 2022 Google LLC */ + +#include #include #include #include "mercury_aa1.h"