From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22561 invoked by alias); 16 Aug 2004 08:35:34 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 22545 invoked by uid 9341); 16 Aug 2004 08:35:34 -0000 Date: Mon, 16 Aug 2004 08:35:00 -0000 Message-ID: <20040816083534.22544.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/redboot/current ChangeLog cdl/re ... X-SW-Source: 2004/txt/msg00380.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Branch: flash_v2 Changes by: asl@sourceware.org 2004-08-16 08:35:34 Modified files: packages/redboot/current: ChangeLog packages/redboot/current/cdl: redboot.cdl packages/redboot/current/src: flash.c Log message: * cdl/redboot.cdl: Fixed the type of CYGNUM_REDBOOT_FLASH_BASE * src/flash.c (fis_[un]lock): Fix compiler warnings * src/flash.c (do_flash_init): Removed the MIPS br0ken condition which i wrongly added. My problem was actually a / 0. This roundup is needed otherwise the workspace goes off the end of the RAM.