Tien Fong Chee | 3a07a2c | 2024-09-18 16:43:02 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (C) 2025 Altera Corporation <www.altera.com> | ||||
4 | */ | ||||
5 | |||||
6 | #include <asm/arch/misc.h> | ||||
7 | |||||
8 | int board_early_init_f(void) | ||||
9 | { | ||||
10 | socfpga_get_sys_mgr_addr("sysmgr@10d12000"); | ||||
11 | return 0; | ||||
12 | } |