]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: Synology: legacy.c: Include asm/io.h
authorPhil Sutter <phil@nwl.cc>
Thu, 12 Feb 2026 22:31:09 +0000 (23:31 +0100)
committerStefan Roese <stefan.roese@mailbox.org>
Wed, 10 Jun 2026 09:23:26 +0000 (11:23 +0200)
commitf64593af3d96f97bb618f170dd37f8a99f2ae714
tree986847d357da7ce005c6acad99ee31014e238b7b
parent59e13ed8f6d8b030c6aaf7e2af77f073fecc3b30
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 <phil@nwl.cc>
board/Synology/common/legacy.c