From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2809 invoked by alias); 14 Sep 2004 16:04:54 -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 2789 invoked by uid 9341); 14 Sep 2004 16:04:54 -0000 Date: Tue, 14 Sep 2004 16:04:00 -0000 Message-ID: <20040914160454.2788.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/io/flash/current ChangeLog src/f ... X-SW-Source: 2004/txt/msg00468.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Branch: flash_v2 Changes by: asl@sourceware.org 2004-09-14 16:04:54 Modified files: packages/io/flash/current: ChangeLog packages/io/flash/current/src: flash.c legacy_dev.c Log message: * src/flash.c (cyg_flash_init): Add assert checking that the end address matches the block information. * src/legacy_dev.c (legacy_flash_init): Ensure that the end address is the last valid address, not the first invalid address.