svn commit: r198263 - projects/mips/sys/mips/conf

Neel Natu neel at FreeBSD.org
Tue Oct 20 04:31:20 UTC 2009


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
 


More information about the svn-src-projects mailing list