Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
bf7c0cee160adfa8cbea76491b51fb492d1bf9ba
/
.
/
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
;
}