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");
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to