From dabaafd34582fd89ed372ec429175de63f2af92d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 30 Apr 2025 19:04:27 -0600 Subject: [PATCH] congatec: Include env.h to permit reading the environment This file reads from the environment but does not include the correct header. Update it. Drop the unnecessary config.h while we are here. Signed-off-by: Simon Glass --- board/congatec/cgtqmx8/cgtqmx8.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/congatec/cgtqmx8/cgtqmx8.c b/board/congatec/cgtqmx8/cgtqmx8.c index 054e4e10867..087ca007776 100644 --- a/board/congatec/cgtqmx8/cgtqmx8.c +++ b/board/congatec/cgtqmx8/cgtqmx8.c @@ -3,7 +3,8 @@ * Copyright 2018 congatec AG * Copyright (C) 2019 Oliver Graute */ -#include + +#include #include #include #include