Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/bd75c63a94dc3f2bab02ee59f23ff4131c62709d You should set ROOT_URL correctly, otherwise the web may not work correctly.

sf: eon: add support for EN25Q32B parts

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
master
Shaohui Xie 14 years ago committed by Mike Frysinger
parent 8d1af94220
commit bd75c63a94
  1. 8
      drivers/mtd/spi/eon.c

@ -34,6 +34,14 @@ struct eon_spi_flash_params {
static const struct eon_spi_flash_params eon_spi_flash_table[] = {
{
.idcode1 = 0x16,
.page_size = 256,
.pages_per_sector = 16,
.sectors_per_block = 16,
.nr_sectors = 1024,
.name = "EN25Q32B",
},
{
.idcode1 = 0x18,
.page_size = 256,
.pages_per_sector = 16,

Loading…
Cancel
Save