diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-28 21:08:46 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-28 21:08:46 +0000 |
commit | 9d6aaef39163ba11665e7ee9b03869ab300b653b (patch) | |
tree | 33d15361b20be331832a1d453615d9aff157319d /conf | |
parent | 44aeb257f9f1559dba4477957675b82d4c03a4a0 (diff) |
conf/machine/sequoia.conf : Set PREFERRED_VERSION for u-boot to "git" and use the same tag
as in dev boards
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/sequoia.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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" |