* [U-Boot] [PATCH] AT49BV322A Flash: the erase regions are in the wrong order.
@ 2010-04-09 15:11 David Wu
2010-04-13 14:28 ` Stefan Roese
0 siblings, 1 reply; 2+ messages in thread
From: David Wu @ 2010-04-09 15:11 UTC (permalink / raw)
To: u-boot
The device id for this Flash is 0xc8.
Signed-off-by: David Wu <davidwu@arcturusnetworks.com>
---
drivers/mtd/cfi_flash.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c
index fdba297..af86f99 100644
--- a/drivers/mtd/cfi_flash.c
+++ b/drivers/mtd/cfi_flash.c
@@ -1690,8 +1690,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 they differ in the high byte.
+ * AT49BV322A is also in the wrong order.
*/
- if (info->device_id == 0xd6 || info->device_id == 0xd2)
+ if (info->device_id == 0xd6 || info->device_id == 0xd2 ||
+ info->device_id == 0xc8)
reverse_geometry = !reverse_geometry;
if (reverse_geometry)
--
1.5.6
^ permalink raw reply related [flat|nested] 2+ messages in thread* [U-Boot] [PATCH] AT49BV322A Flash: the erase regions are in the wrong order.
2010-04-09 15:11 [U-Boot] [PATCH] AT49BV322A Flash: the erase regions are in the wrong order David Wu
@ 2010-04-13 14:28 ` Stefan Roese
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2010-04-13 14:28 UTC (permalink / raw)
To: u-boot
Hi David,
I just tried to apply your patch, but unfortunately it's line wrapped (see
below). Please fix and resubmit. Thanks.
On Friday 09 April 2010 17:11:50 David Wu wrote:
> The device id for this Flash is 0xc8.
>
> Signed-off-by: David Wu <davidwu@arcturusnetworks.com>
> ---
> drivers/mtd/cfi_flash.c | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c
> index fdba297..af86f99 100644
> --- a/drivers/mtd/cfi_flash.c
> +++ b/drivers/mtd/cfi_flash.c
> @@ -1690,8 +1690,10 @@ static void flash_fixup_atmel(flash_info_t *info,
> struct cfi_qry *qry)
Here is the wrapping!!!
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-13 14:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-09 15:11 [U-Boot] [PATCH] AT49BV322A Flash: the erase regions are in the wrong order David Wu
2010-04-13 14:28 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox