Date: Fri, 22 Jan 2016 12:00:56 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r294559 - head/sys/mips/nlm Message-ID: <201601221200.u0MC0u2C048170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601221200.u0MC0u2C048170>