[U-Boot] [PATCH] cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) too
Stefan Roese
sr at denx.de
Mon Feb 21 11:14:00 CET 2011
Hi Steffen,
On Monday 21 February 2011 09:30:35 Steffen Sledz wrote:
> Am 11.02.2011 15:30, schrieb Steffen Sledz:
> > Signed-off-by: Mario Schuknecht <m.schuknecht at dresearch.de>
> > Signed-off-by: Steffen Sledz <sledz at dresearch.de>
> > ---
> >
> > drivers/mtd/cfi_flash.c | 3 ++-
> > 1 files changed, 2 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c
> > index dd394a8..527a3a5 100644
> > --- a/drivers/mtd/cfi_flash.c
> > +++ b/drivers/mtd/cfi_flash.c
> > @@ -1924,7 +1924,8 @@ ulong flash_get_size (phys_addr_t base, int
> > banknum)
> >
> > /* Do manufacturer-specific fixups */
> > switch (info->manufacturer_id) {
> >
> > - case 0x0001:
> > + case 0x0001: /* AMD */
> > + case 0x0037: /* AMIC */
> >
> > flash_fixup_amd(info, &qry);
> > break;
> >
> > case 0x001f:
> Ping!
This patch is not really a bug-fix. So I have it queued for the upcoming
"next" branch (will open with -rc2).
But I do have a small question about the patch: Who is the author of this
patch? You (Steffen) or Mario? If its Mario, then you should add a "From:
Mario Schuknecht <m.schuknecht at dresearch.de>" line at the beginning of the
mail body. If its yourself, then you should switch the Signed-off-by lines
(author should be the first here).
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
More information about the U-Boot
mailing list