All other hex values in sf_probe.c are in lower case so we should
fix this one too.

Signed-off-by: Luka Perkov <l...@openwrt.org>
---
 drivers/mtd/spi/sf_probe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c
index 5eb8ffe..7ecbd96 100644
--- a/drivers/mtd/spi/sf_probe.c
+++ b/drivers/mtd/spi/sf_probe.c
@@ -66,7 +66,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",    0xc2201A, 0x0,       64 * 1024,  1024,               
     0},
+       {"MX25L51235F",    0xc2201a, 0x0,       64 * 1024,  1024,               
     0},
        {"MX25L12855E",    0xc22618, 0x0,       64 * 1024,   256,               
     0},
 #endif
 #ifdef CONFIG_SPI_FLASH_SPANSION       /* SPANSION */
-- 
1.8.4.1
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to