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:
f3bf212
)
sf: probe: Hex values are in lower case
author
Luka Perkov
<luka@openwrt.org>
Mon, 28 Oct 2013 09:26:41 +0000
(10:26 +0100)
committer
Jagannadha Sutradharudu Teki
<jaganna@xilinx.com>
Wed, 18 Dec 2013 17:53:41 +0000
(23:23 +0530)
All other hex values in sf_probe.c are in lower case so we should
fix this one too.
Signed-off-by: Luka Perkov <luka@openwrt.org>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
drivers/mtd/spi/sf_probe.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/sf_probe.c
b/drivers/mtd/spi/sf_probe.c
index c1eb7548983355f19ce5596941ed6472f11fd1d0..2bd86b1814c12b886cb0c38a70e936746294ca75 100644
(file)
--- a/
drivers/mtd/spi/sf_probe.c
+++ b/
drivers/mtd/spi/sf_probe.c
@@
-67,7
+67,7
@@
static const struct spi_flash_params spi_flash_params_table[] = {
{"MX25L6405D", 0xc22017, 0x0, 64 * 1024, 128, 0},
{"MX25L12805", 0xc22018, 0x0, 64 * 1024, 256, 0},
{"MX25L25635F", 0xc22019, 0x0, 64 * 1024, 512, 0},
- {"MX25L51235F", 0xc2201
A
, 0x0, 64 * 1024, 1024, 0},
+ {"MX25L51235F", 0xc2201
a
, 0x0, 64 * 1024, 1024, 0},
{"MX25L12855E", 0xc22618, 0x0, 64 * 1024, 256, 0},
#endif
#ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */