Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/Basic_rBoot/rom0.ld
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x9000
iram1_0_seg : org = 0x40100000, len = 0x8000
/*irom0_0_seg : org = 0x4020A000, len = 0x52000*/
irom0_0_seg : org = 0x40202010, len = 0x52000
}
Expand Down
2 changes: 1 addition & 1 deletion samples/rBoot_Generic/rom0.ld
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x9000
iram1_0_seg : org = 0x40100000, len = 0x8000
/*irom0_0_seg : org = 0x4020A000, len = 0x52000*/
irom0_0_seg : org = 0x40202010, len = 0x52000
}
Expand Down
2 changes: 1 addition & 1 deletion sming/compiler/ld/eagle.app.v6.hr.ld
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x9000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x4020A000, len = 0x52000
}

Expand Down