[openfirmware] [commit] r3019 - cpu/arm/olpc

repository service svn at openfirmware.info
Fri Jun 29 22:27:32 CEST 2012


Author: wmb
Date: Fri Jun 29 22:27:32 2012
New Revision: 3019
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3019

Log:
Intermediate step in preparation for renaming resetvec.bth to resetvec.fth

Modified:
   cpu/arm/olpc/resetvec.bth

Modified: cpu/arm/olpc/resetvec.bth
==============================================================================
--- cpu/arm/olpc/resetvec.bth	Thu Jun 28 10:51:30 2012	(r3018)
+++ cpu/arm/olpc/resetvec.bth	Fri Jun 29 22:27:32 2012	(r3019)
@@ -1,16 +1,11 @@
 \ See license at end of file
 purpose: Low-level startup code
 
-command: &builder &this
-build-now
-
 \ create debug-reset
 
 \needs start-assembling  fload ${BP}/cpu/arm/asmtools.fth
 \needs write-dropin      fload ${BP}/forth/lib/mkdropin.fth
 
-fload ${BP}/cpu/arm/olpc/1.75/config.fth
-
 hex
 
 also forth definitions
@@ -38,9 +33,7 @@
 label my-entry
 \ **** This is the primary entry point; it will contain a branch instruction
 \ that skips a few subroutines and lands at the startup sequence.  That
-\ branch instruction is patched in below.  The entry point for this module
-\ is in turn reached from a branch instruction at the beginning of the ROM,
-\ which is created by the file arch/dna/resetvec.bth
+\ branch instruction is patched in below.
    0 ,				\ To be patched later
 end-code
 



More information about the openfirmware mailing list