summaryrefslogtreecommitdiffstats
path: root/sys/mips/nlm
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-01-22 12:00:56 +0000
committerandrew <andrew@FreeBSD.org>2016-01-22 12:00:56 +0000
commit8dee1ce1b768711ed4c5baf363fde9d9dccec7ed (patch)
treebcbee73dc8867bcd4c713ebcab721cbf6ee20eea /sys/mips/nlm
parent3610cee751acd91ef3ad50a6195fa89a573bea4f (diff)
downloadFreeBSD-src-8dee1ce1b768711ed4c5baf363fde9d9dccec7ed.zip
FreeBSD-src-8dee1ce1b768711ed4c5baf363fde9d9dccec7ed.tar.gz
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.
Diffstat (limited to 'sys/mips/nlm')
-rw-r--r--sys/mips/nlm/xlp_machdep.c2
1 files changed, 0 insertions, 2 deletions
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");
OpenPOWER on IntegriCloud