Author: andrew
Date: Sat Jan 29 00:46:11 2011
New Revision: 218054
URL: http://svn.freebsd.org/changeset/base/218054

Log:
  Move the load address of the kernel to the start of KVA as the
  s3c24x0 copy of initarm expects the kernel to be loaded there.
  
  Approved by:  imp (mentor)

Modified:
  head/sys/arm/s3c2xx0/std.ln2410sbc

Modified: head/sys/arm/s3c2xx0/std.ln2410sbc
==============================================================================
--- head/sys/arm/s3c2xx0/std.ln2410sbc  Sat Jan 29 00:33:04 2011        
(r218053)
+++ head/sys/arm/s3c2xx0/std.ln2410sbc  Sat Jan 29 00:46:11 2011        
(r218054)
@@ -1,10 +1,10 @@
 #$FreeBSD$
 include "../s3c2xx0/std.s3c2410"
 
-makeoptions    KERNPHYSADDR=0x30408000
-makeoptions    KERNVIRTADDR=0xc0408000
-options                KERNPHYSADDR=0x30408000 
-options                KERNVIRTADDR=0xc0408000
+makeoptions    KERNPHYSADDR=0x30000000
+makeoptions    KERNVIRTADDR=0xc0000000
+options                KERNPHYSADDR=0x30000000 
+options                KERNVIRTADDR=0xc0000000
 options                PHYSADDR=0x30000000
 options                STARTUP_PAGETABLE_ADDR=0x30800000
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to