[openfirmware] [commit] r3101 - cpu/arm/olpc/cl4

repository service svn at openfirmware.info
Tue Jul 31 07:03:38 CEST 2012


Author: wmb
Date: Tue Jul 31 07:03:38 2012
New Revision: 3101
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3101

Log:
OLPC CL4 - include ecimage.bin in dropins.

Modified:
   cpu/arm/olpc/cl4/olpc.bth

Modified: cpu/arm/olpc/cl4/olpc.bth
==============================================================================
--- cpu/arm/olpc/cl4/olpc.bth	Tue Jul 31 04:18:27 2012	(r3100)
+++ cpu/arm/olpc/cl4/olpc.bth	Tue Jul 31 07:03:38 2012	(r3101)
@@ -1,7 +1,7 @@
 purpose: Construct the Open Firmware module collection
 
 command: &builder &this
-\ in: ${BP}/cpu/arm/olpc/cl4/build/ec.img
+in: ${BP}/cpu/arm/olpc/cl4/build/ec.img
 in: ${BP}/cpu/arm/olpc/cl4/build/fw.img
 in: ${BP}/cpu/arm/olpc/cl4/build/resetvec.img
 in: ${BP}/cpu/arm/olpc/cl4/build/mcastnand.bin
@@ -151,7 +151,7 @@
    " nandblaster15_rx.bin" " nb15_rx"  $add-deflated-dropin
    " nandblaster_tx.bin"   " nb_tx"    $add-deflated-dropin
 
-\    " ec.img"                                     " ecimage.bin"    $add-deflated-dropin
+   " ec.img"                                    " ecimage.bin"   $add-deflated-dropin
    " ${BP}/clients/emacs/x86/emacs.rc"          " emacs.rc"      $add-deflated-dropin
    " ${BP}/clients/emacs/emacs.hlp"             " emacs.hlp"     $add-deflated-dropin
    " ${BP}/clients/emacs/arm/emacs"             " emacs"         $add-deflated-dropin



More information about the openfirmware mailing list