summaryrefslogtreecommitdiff
path: root/board/intel/agilex5-socdk/socfpga.c
blob: d6628cfc69644512f799a8e7bf2c0a64263effe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2025 Altera Corporation <www.altera.com>
 */

#include <asm/arch/misc.h>

int board_early_init_f(void)
{
	socfpga_get_sys_mgr_addr("sysmgr@10d12000");
	return 0;
}