projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d79953
)
CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
author
Michael Schwingen
<rincewind@discworld.dascon.de>
Sat, 12 Jan 2008 19:29:47 +0000
(20:29 +0100)
committer
Stefan Roese
<sr@denx.de>
Sun, 13 Jan 2008 14:07:26 +0000
(15:07 +0100)
Signed-off-by: Michael Schwingen <michael@schwingen.org>
Acked-by: Stefan Roese <sr@denx.de>
drivers/mtd/cfi_flash.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/cfi_flash.c
b/drivers/mtd/cfi_flash.c
index 4f61e365e84ec448e2e1a02d0ab4443fe3f37ef1..eb509f55571a4cf3d9fc60511f3c3c579dd955da 100644
(file)
--- a/
drivers/mtd/cfi_flash.c
+++ b/
drivers/mtd/cfi_flash.c
@@
-1446,11
+1446,11
@@
static void flash_read_jedec_ids (flash_info_t * info)
switch (info->vendor) {
case CFI_CMDSET_INTEL_STANDARD:
case CFI_CMDSET_INTEL_EXTENDED:
-
flash_read_jedec_ids_intel
(info);
+
cmdset_intel_read_jedec_ids
(info);
break;
case CFI_CMDSET_AMD_STANDARD:
case CFI_CMDSET_AMD_EXTENDED:
-
flash_read_jedec_ids_amd
(info);
+
cmdset_amd_read_jedec_ids
(info);
break;
default:
break;