conf/machine/sequoia.conf : Set PREFERRED_VERSION for u-boot to "git" and use the...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 28 May 2007 21:08:46 +0000 (21:08 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 28 May 2007 21:08:46 +0000 (21:08 +0000)
as in dev boards

conf/machine/sequoia.conf

index b2d0f35..2336ecb 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
 #@TYPE: Machine
 #@Name: AMCC Sequoia Development Platform
 #@DESCRIPTION: Machine configuration for the AMCC Sequoia development platform http://www.amcc.com/Embedded/Downloads/440EPx/
@@ -17,7 +19,7 @@ USE_VT = "0"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
-PREFERRED_VERSION_u-boot = "1.1.2"
+PREFERRED_VERSION_u-boot = "git"
 EXTRA_IMAGECMD = "--big-endian"
 ERASEBLOCK_SIZE = "0x10000"
 IMAGE_FSTYPES = "jffs2"