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:
parent
1c9e106db8
commit
f230fbcd65
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue