Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2009 04:31:20 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r198263 - projects/mips/sys/mips/conf
Message-ID:  <200910200431.n9K4VKj4052756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: neel
Date: Tue Oct 20 04:31:20 2009
New Revision: 198263
URL: http://svn.freebsd.org/changeset/base/198263

Log:
  The default KERNLOADADDR does not work on MALTA hardware. On my platform the
  "First free SDRAM address" reported by YAMON is 0x800b6e61.
  
  So use a conservative KERNLOADADDR of 0x80100000.
  
  Approved by: imp (mentor)

Modified:
  projects/mips/sys/mips/conf/MALTA

Modified: projects/mips/sys/mips/conf/MALTA
==============================================================================
--- projects/mips/sys/mips/conf/MALTA	Tue Oct 20 02:35:12 2009	(r198262)
+++ projects/mips/sys/mips/conf/MALTA	Tue Oct 20 04:31:20 2009	(r198263)
@@ -21,6 +21,7 @@ ident		MALTA
 
 #makeoptions	ARCH_FLAGS=-march=mips32
 makeoptions	MIPS_LITTLE_ENDIAN=defined
+makeoptions	KERNLOADADDR=0x80100000
 
 options 	YAMON
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910200431.n9K4VKj4052756>