blob: d6628cfc69644512f799a8e7bf2c0a64263effe4 [file] [log] [blame]
Tien Fong Chee3a07a2c2024-09-18 16:43:02 +08001// 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
8int board_early_init_f(void)
9{
10 socfpga_get_sys_mgr_addr("sysmgr@10d12000");
11 return 0;
12}