From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6119 invoked by alias); 13 Oct 2008 19:58:54 -0000 Received: (qmail 6111 invoked by uid 22791); 13 Oct 2008 19:58:53 -0000 X-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,TVD_SPACE_RATIO X-Spam-Check-By: sourceware.org Received: from otoro.itis.ethz.ch (HELO mail.itis.ethz.ch) (129.132.249.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 13 Oct 2008 19:58:14 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.itis.ethz.ch (Postfix) with ESMTP id B1EBF107636 for ; Mon, 13 Oct 2008 21:58:11 +0200 (CEST) X-Virus-Scanned: by amavisd-new at itis.ethz.ch Received: from mail.itis.ethz.ch ([127.0.0.1]) by localhost (mail.itis.ethz.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EYT+6zuGajIp for ; Mon, 13 Oct 2008 21:58:11 +0200 (CEST) Received: from [127.0.0.1] (itis-speag-dhcp-187.itis.ethz.ch [129.132.249.187]) by mail.itis.ethz.ch (Postfix) with ESMTP id 8E8481043C2 for ; Mon, 13 Oct 2008 21:58:11 +0200 (CEST) Message-ID: <48F3A886.5050004@speag.ch> Date: Mon, 13 Oct 2008 19:58:00 -0000 From: "oliver munz @ s p e a g" Reply-To: munz@speag.ch User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: ecos-patches@sourceware.org Subject: Flash-Support for AT91SAM7XC Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 081012-0, 12.10.2008), Outbound message X-Antivirus-Status: Clean Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2008-10/txt/msg00005.txt.bz2 Add the AT91_DBG_C1R_ARCH_AT91SAM7XC... Index: packages/devs/flash/arm/at91/current/src/at91_flash.c =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/flash/arm/at91/current/src/at91_flash.c,v retrieving revision 1.7 diff -r1.7 at91_flash.c 214c214,215 < ((chipID1r & AT91_DBG_C1R_ARCH_MASK) != AT91_DBG_C1R_ARCH_AT91SAM7Xxx)) --- > ((chipID1r & AT91_DBG_C1R_ARCH_MASK) != AT91_DBG_C1R_ARCH_AT91SAM7Xxx) && > ((chipID1r & AT91_DBG_C1R_ARCH_MASK) != AT91_DBG_C1R_ARCH_AT91SAM7XC))