Move start of IROM0 to 0x40220000, save 128kB of flash

Old starting point left 256kB for RAM sections, but I think they
shouldn't ever possibly exceed 128kB.
This commit is contained in:
Angus Gratton 2015-09-18 13:45:44 +10:00
parent 464359ea66
commit 68012041a7
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ ets_printf = printf;
*/
#ifndef OTA
#define IROM0_START 0x40240000
#define IROM0_START 0x40220000
/* Non-OTA sizes */
#if FLASH_SIZE == 2 /* 256kB */