From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haavard Skinnemoen Date: Tue, 26 May 2009 17:47:35 +0200 Subject: [U-Boot] [PATCH 06/13] Add support for the AT91RM9200EK Board. In-Reply-To: <1238193026-12564-6-git-send-email-plagnioj@jcrosoft.com> References: <1238193026-12564-1-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-2-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-3-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-4-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-5-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-6-git-send-email-plagnioj@jcrosoft.com> Message-ID: <20090526174735.36bce34a@siona> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 27 Mar 2009 23:30:19 +0100 Jean-Christophe PLAGNIOL-VILLARD wrote: > diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c > index 631b969..175d82a 100644 > --- a/drivers/mtd/cfi_flash.c > +++ b/drivers/mtd/cfi_flash.c > @@ -1788,13 +1788,10 @@ static void flash_fixup_atmel(flash_info_t > *info, struct cfi_qry *qry) > /* AT49BV6416(T) list the erase regions in the wrong order. > * However, the device ID is identical with the non-broken > - * AT49BV642D since u-boot only reads the low byte (they > - * differ in the high byte.) So leave out this fixup for now. > + * AT49BV642D they differ in the high byte. > */ > -#if 0 > if (info->device_id == 0xd6 || info->device_id == 0xd2) > reverse_geometry = !reverse_geometry; > -#endif Hmm...was this shortcoming actually fixed or does this change bugger up a large number of currently working boards? Haavard