projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5992fa
)
st_smi: Fixed page size for Winbond W25Q128FV flash
author
Armando Visconti
<armando.visconti@st.com>
Mon, 7 May 2012 07:30:30 +0000
(13:00 +0530)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:39 +0000
(14:07 +0200)
Signed-off-by: Armando Visconti <armando.visconti@st.com>
Signed-off-by: Amit Virdi <amit.virdi@st.com>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/st_smi.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/st_smi.c
b/drivers/mtd/st_smi.c
index 75ae9aa6062dc875ae7a8847cbb6835e9f420e96..77e36af5e3fc10d41ea4132d9a5c2df368bca1c7 100644
(file)
--- a/
drivers/mtd/st_smi.c
+++ b/
drivers/mtd/st_smi.c
@@
-91,7
+91,7
@@
static struct flash_device flash_devices[] = {
FLASH_ID("mac 25l3205" , 0xd8, 0x001620C2, 0x100, 0x10000, 0x400000),
FLASH_ID("mac 25l3205a" , 0xd8, 0x001620C2, 0x100, 0x10000, 0x400000),
FLASH_ID("mac 25l6405" , 0xd8, 0x001720C2, 0x100, 0x10000, 0x800000),
- FLASH_ID("wbd w25q128" , 0xd8, 0x001840EF, 0x100
0
, 0x10000, 0x1000000),
+ FLASH_ID("wbd w25q128" , 0xd8, 0x001840EF, 0x100, 0x10000, 0x1000000),
};
/*