From: Simon Glass Date: Thu, 15 May 2025 23:31:36 +0000 (-0600) Subject: phytec: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4135116116a318113968ce9f8f72c711d09dd28;p=thirdparty%2Fu-boot.git phytec: 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/phytec/common/phytec_som_detection_blocks.c b/board/phytec/common/phytec_som_detection_blocks.c index 5f3c27ef0c2..b44ff85972f 100644 --- a/board/phytec/common/phytec_som_detection_blocks.c +++ b/board/phytec/common/phytec_som_detection_blocks.c @@ -4,6 +4,7 @@ * Author: Daniel Schultz */ +#include #include #include #include