From: Stelios Koroneos Date: Mon, 28 May 2007 21:08:46 +0000 (+0000) Subject: conf/machine/sequoia.conf : Set PREFERRED_VERSION for u-boot to "git" and use the... X-Git-Tag: Release-2010-05/1~8868^2~400^2~161^2~3^2^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d6aaef39163ba11665e7ee9b03869ab300b653b;p=openembedded.git conf/machine/sequoia.conf : Set PREFERRED_VERSION for u-boot to "git" and use the same tag as in dev boards --- diff --git a/conf/machine/sequoia.conf b/conf/machine/sequoia.conf index b2d0f3593e..2336ecbcf3 100644 --- a/conf/machine/sequoia.conf +++ b/conf/machine/sequoia.conf @@ -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"