mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
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:
committed by
Joel Sherrill
parent
a67aab6cd4
commit
4ca4311036
@@ -222,8 +222,8 @@ FlashInfo Flash_Config_Table[] = {
|
|||||||
{0x016019, SECTOR_SIZE_64K, NUM_OF_SECTORS512, BYTES256_PER_PAGE,
|
{0x016019, SECTOR_SIZE_64K, NUM_OF_SECTORS512, BYTES256_PER_PAGE,
|
||||||
0x20000, 0x2000000, 0xFFFF0000, 1},
|
0x20000, 0x2000000, 0xFFFF0000, 1},
|
||||||
/*s25fl512s*/
|
/*s25fl512s*/
|
||||||
{0x010220, SECTOR_SIZE_64K, NUM_OF_SECTORS1024, BYTES256_PER_PAGE,
|
{0x010220, SECTOR_SIZE_256K, NUM_OF_SECTORS256, BYTES512_PER_PAGE,
|
||||||
0x40000, 0x4000000, 0xFFFF0000, 1},
|
0x20000, 0x4000000, 0xFFFC0000, 1},
|
||||||
/* Spansion 1Gbit is handled as 512Mbit stacked */
|
/* Spansion 1Gbit is handled as 512Mbit stacked */
|
||||||
/* Micron */
|
/* Micron */
|
||||||
/*n25q128a11*/
|
/*n25q128a11*/
|
||||||
|
|||||||
Reference in New Issue
Block a user