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 board_early_init_f(void)8 int board_early_init_f(void) 9 { 10 socfpga_get_sys_mgr_addr(); 11 return 0; 12 } 13