Merge pull request #5453 from marcuschangarm/rtl8195am_flash

Increase flash size on Realtek RTL8195AM
pull/5160/merge
Martin Kojtal 2017-11-09 16:23:46 +00:00 committed by GitHub
commit a65d37e485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)