bsps/xqspipsu: Correct s25fl512s flash definition

The definition for the s25fl512s flash chip is incorrect. This updates
the sector size and page size values to match the datasheet.
This commit is contained in:
Kinsey Moore
2023-05-24 13:53:45 -05:00
committed by Joel Sherrill
parent a67aab6cd4
commit 4ca4311036

View File

@@ -222,8 +222,8 @@ FlashInfo Flash_Config_Table[] = {
{0x016019, SECTOR_SIZE_64K, NUM_OF_SECTORS512, BYTES256_PER_PAGE,
0x20000, 0x2000000, 0xFFFF0000, 1},
/*s25fl512s*/
{0x010220, SECTOR_SIZE_64K, NUM_OF_SECTORS1024, BYTES256_PER_PAGE,
0x40000, 0x4000000, 0xFFFF0000, 1},
{0x010220, SECTOR_SIZE_256K, NUM_OF_SECTORS256, BYTES512_PER_PAGE,
0x20000, 0x4000000, 0xFFFC0000, 1},
/* Spansion 1Gbit is handled as 512Mbit stacked */
/* Micron */
/*n25q128a11*/