Increase flash size on Realtek RTL8195AM

The Realtek RTL8195AM has 2 MiB of external flash. This change
enables the FlashIAP driver to gain access to the full flash.
pull/5453/head
Marcus Chang 2017-11-07 09:25:24 -08:00
parent 863b3fdcc1
commit f44a15454b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ extern "C" {
#endif
#define FLASH_PAGE_SIZE 256
#define FLASH_SIZE 0x100000
#define FLASH_SIZE 0x200000
#define FLASH_OFS_START 0x0
#define FLASH_OFS_END (FLASH_OFS_START + FLASH_SIZE)