Skip to content
Snippets Groups Projects
Commit 28303f61 authored by Luka Perkov's avatar Luka Perkov Committed by Jagannadha Sutradharudu Teki
Browse files

sf: probe: Hex values are in lower case


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

Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>
Reviewed-by: default avatarJagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
parent f3bf212a
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ static const struct spi_flash_params spi_flash_params_table[] = { ...@@ -67,7 +67,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
{"MX25L6405D", 0xc22017, 0x0, 64 * 1024, 128, 0}, {"MX25L6405D", 0xc22017, 0x0, 64 * 1024, 128, 0},
{"MX25L12805", 0xc22018, 0x0, 64 * 1024, 256, 0}, {"MX25L12805", 0xc22018, 0x0, 64 * 1024, 256, 0},
{"MX25L25635F", 0xc22019, 0x0, 64 * 1024, 512, 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}, {"MX25L12855E", 0xc22618, 0x0, 64 * 1024, 256, 0},
#endif #endif
#ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */ #ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment