spejsiot/sonoff/rboot.rom0.ld

12 lines
355 B
Plaintext

/* Linker Script for rboot */
MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40202010, len = (512K - 0x2010)
}
INCLUDE "common.ld"