diff options
author | Armando Visconti <armando.visconti@st.com> | 2012-05-07 13:00:30 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:39 +0200 |
commit | 9264077635f4053a646d90bd8ebd5287c602d18d (patch) | |
tree | 8169b47b701d102f96fd51f41d0e125ed317feed /drivers/mtd | |
parent | b5992fac88f8068f4f1af1de2e76889465e45693 (diff) | |
download | u-boot-imx-9264077635f4053a646d90bd8ebd5287c602d18d.zip u-boot-imx-9264077635f4053a646d90bd8ebd5287c602d18d.tar.gz u-boot-imx-9264077635f4053a646d90bd8ebd5287c602d18d.tar.bz2 |
st_smi: Fixed page size for Winbond W25Q128FV flash
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>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/st_smi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/st_smi.c b/drivers/mtd/st_smi.c index 75ae9aa..77e36af 100644 --- 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, 0x1000, 0x10000, 0x1000000), + FLASH_ID("wbd w25q128" , 0xd8, 0x001840EF, 0x100, 0x10000, 0x1000000), }; /* |