summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-05-15 17:31:41 -0600
committerTom Rini <trini@konsulko.com>2025-05-29 08:30:25 -0600
commitf24a197973ad0c5f473401b16a801794f2764678 (patch)
tree6fcd7c2062f349b898ce003b09129129641c25eb
parent433e86abea7e8b570ee0ad89842ac806511d1b94 (diff)
synology: Include env.h to permit reading the environment
This file reads from the environment but does not include the correct header. Update it. Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Tony Dinh <mibodhi@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--board/Synology/ds414/ds414.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/Synology/ds414/ds414.c b/board/Synology/ds414/ds414.c
index 1a4cea87e1a..02d6a4a1ea8 100644
--- a/board/Synology/ds414/ds414.c
+++ b/board/Synology/ds414/ds414.c
@@ -4,6 +4,7 @@
* Copyright (C) 2015 Phil Sutter <phil@nwl.cc>
*/
+#include <env.h>
#include <init.h>
#include <miiphy.h>
#include <asm/global_data.h>