mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) too
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Signed-off-by: Steffen Sledz <sledz@dresearch.de> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
4db2fa7f94
commit
2c9f48af73
1 changed files with 2 additions and 1 deletions
|
@ -1929,7 +1929,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:
|
||||
|
|
Loading…
Add table
Reference in a new issue