svn commit: r294559 - head/sys/mips/nlm

Andrew Turner andrew at FreeBSD.org
Fri Jan 22 12:00:57 UTC 2016


Author: andrew
Date: Fri Jan 22 12:00:56 2016
New Revision: 294559
URL: https://svnweb.freebsd.org/changeset/base/294559

Log:
  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.

Modified:
  head/sys/mips/nlm/xlp_machdep.c

Modified: head/sys/mips/nlm/xlp_machdep.c
==============================================================================
--- head/sys/mips/nlm/xlp_machdep.c	Fri Jan 22 09:32:19 2016	(r294558)
+++ head/sys/mips/nlm/xlp_machdep.c	Fri Jan 22 12:00:56 2016	(r294559)
@@ -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");


More information about the svn-src-head mailing list