From 8dee1ce1b768711ed4c5baf363fde9d9dccec7ed Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 22 Jan 2016 12:00:56 +0000 Subject: Stop calling fdt_immr_addr from the xlp startup code. It's used to set fdt_immr_{va,pa,size}, but these are not used outside a single ARM SoC. --- sys/mips/nlm/xlp_machdep.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/mips') diff --git a/sys/mips/nlm/xlp_machdep.c b/sys/mips/nlm/xlp_machdep.c index 624e57f..dde6a74 100644 --- a/sys/mips/nlm/xlp_machdep.c +++ b/sys/mips/nlm/xlp_machdep.c @@ -311,8 +311,6 @@ xlp_bootargs_init(__register_t arg) while (1); if (OF_init((void *)dtbp) != 0) while (1); - if (fdt_immr_addr(xlp_io_base) != 0) - while (1); OF_interpret("perform-fixup", 0); chosen = OF_finddevice("/chosen"); -- cgit v1.1