esp8266/boards: Make sure modespnow.o is placed in irom0.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2023-09-27 13:09:53 +10:00
parent 62c3033ba6
commit 03a3af417e
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ SECTIONS
*machine_hspi.o(.literal*, .text*)
*hspi.o(.literal*, .text*)
*modesp.o(.literal* .text*)
*modespnow.o(.literal* .text*)
*modos.o(.literal* .text*)
*modlwip.o(.literal* .text*)
*modsocket.o(.literal* .text*)