mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5453 from marcuschangarm/rtl8195am_flash
Increase flash size on Realtek RTL8195AMpull/5160/merge
commit
a65d37e485
|
@ -24,7 +24,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FLASH_PAGE_SIZE 256
|
#define FLASH_PAGE_SIZE 256
|
||||||
#define FLASH_SIZE 0x100000
|
#define FLASH_SIZE 0x200000
|
||||||
#define FLASH_OFS_START 0x0
|
#define FLASH_OFS_START 0x0
|
||||||
#define FLASH_OFS_END (FLASH_OFS_START + FLASH_SIZE)
|
#define FLASH_OFS_END (FLASH_OFS_START + FLASH_SIZE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue