diff options
| author | Phil Sutter <[email protected]> | 2026-02-12 23:31:09 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2026-06-10 11:23:26 +0200 |
| commit | f64593af3d96f97bb618f170dd37f8a99f2ae714 (patch) | |
| tree | 986847d357da7ce005c6acad99ee31014e238b7b /board | |
| parent | 59e13ed8f6d8b030c6aaf7e2af77f073fecc3b30 (diff) | |
board: Synology: legacy.c: Include asm/io.h
Some boards building this source define CFG_SYS_TCLK as a term involving
readl() which is undefined otherwise.
Signed-off-by: Phil Sutter <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/Synology/common/legacy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/Synology/common/legacy.c b/board/Synology/common/legacy.c index 2e3aa660eaa..5b7d07bc2ee 100644 --- a/board/Synology/common/legacy.c +++ b/board/Synology/common/legacy.c @@ -10,6 +10,7 @@ #include <vsprintf.h> #include <env.h> #include <net.h> +#include <asm/io.h> #include <asm/setup.h> #include "legacy.h" |
