Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8d3fb2bc729596ebf7c0553bf4ee82a79efea57e
/
.
/
board
/
intel
/
agilex5-socdk
/
socfpga.c
blob: d6628cfc69644512f799a8e7bf2c0a64263effe4 [
file
] [
log
] [
blame
]
// 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
;
}