git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433e86a
)
synology: Include env.h to permit reading the environment
author
Simon Glass
<sjg@chromium.org>
Thu, 15 May 2025 23:31:41 +0000
(17:31 -0600)
committer
Tom 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.
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
board/Synology/ds414/ds414.c
patch
|
blob
|
history
diff --git
a/board/Synology/ds414/ds414.c
b/board/Synology/ds414/ds414.c
index
1a4cea8
..
02d6a4a
100644
(file)
--- 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>