File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
components/bootloader/subproject/main/ld Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ bootloader_usable_dram_end = 0x3fcdcb70;
2727bootloader_stack_overhead = 0x2000 ; /* For safety margin between bootloader data section and startup stacks */
2828bootloader_dram_seg_len = 0x5000 ;
2929bootloader_iram_loader_seg_len = 0x7000 ;
30- bootloader_iram_seg_len = 0x2000 ;
30+ bootloader_iram_seg_len = 0x2800 ;
3131
3232/* Start of the lower region is determined by region size and the end of the higher region */
3333bootloader_dram_seg_end = bootloader_usable_dram_end - bootloader_stack_overhead;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ bootloader_usable_dram_end = 0x3fcdc710;
2727bootloader_stack_overhead = 0x2000 ; /* For safety margin between bootloader data section and startup stacks */
2828bootloader_dram_seg_len = 0x5000 ;
2929bootloader_iram_loader_seg_len = 0x7000 ;
30- bootloader_iram_seg_len = 0x2000 ;
30+ bootloader_iram_seg_len = 0x2800 ;
3131
3232/* Start of the lower region is determined by region size and the end of the higher region */
3333bootloader_dram_seg_end = bootloader_usable_dram_end - bootloader_stack_overhead;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ bootloader_usable_dram_end = 0x4085c9a0;
2424bootloader_stack_overhead = 0x2000 ; /* For safety margin between bootloader data section and startup stacks */
2525bootloader_dram_seg_len = 0x5000 ;
2626bootloader_iram_loader_seg_len = 0x7000 ;
27- bootloader_iram_seg_len = 0x2200 ;
27+ bootloader_iram_seg_len = 0x2A00 ;
2828
2929/* Start of the lower region is determined by region size and the end of the higher region */
3030bootloader_dram_seg_end = bootloader_usable_dram_end - bootloader_stack_overhead;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ bootloader_usable_dram_end = 0x4087c610;
2424bootloader_stack_overhead = 0x2000 ; /* For safety margin between bootloader data section and startup stacks */
2525bootloader_dram_seg_len = 0x5000 ;
2626bootloader_iram_loader_seg_len = 0x7000 ;
27- bootloader_iram_seg_len = 0x2500 ;
27+ bootloader_iram_seg_len = 0x2D00 ;
2828
2929/* Start of the lower region is determined by region size and the end of the higher region */
3030bootloader_dram_seg_end = bootloader_usable_dram_end - bootloader_stack_overhead;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ bootloader_usable_dram_end = 0x4084ca70;
2424bootloader_stack_overhead = 0x2000 ; /* For safety margin between bootloader data section and startup stacks */
2525bootloader_dram_seg_len = 0x5000 ;
2626bootloader_iram_loader_seg_len = 0x7000 ;
27- bootloader_iram_seg_len = 0x2500 ;
27+ bootloader_iram_seg_len = 0x2D00 ;
2828
2929/* Start of the lower region is determined by region size and the end of the higher region */
3030bootloader_dram_seg_end = bootloader_usable_dram_end - bootloader_stack_overhead;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ bootloader_usable_dram_end = 0x4084cfd0;
2525bootloader_stack_overhead = 0x2000 ; /* For safety margin between bootloader data section and startup stacks */
2626bootloader_dram_seg_len = 0x5000 ;
2727bootloader_iram_loader_seg_len = 0x7000 ;
28- bootloader_iram_seg_len = 0x2500 ;
28+ bootloader_iram_seg_len = 0x2D00 ;
2929
3030/* Start of the lower region is determined by region size and the end of the higher region */
3131bootloader_dram_seg_end = bootloader_usable_dram_end - bootloader_stack_overhead;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ bootloader_usable_dram_end = 0x40849a78;
2525bootloader_stack_overhead = 0x2000 ; /* For safety margin between bootloader data section and startup stacks */
2626bootloader_dram_seg_len = 0x5000 ;
2727bootloader_iram_loader_seg_len = 0x7000 ;
28- bootloader_iram_seg_len = 0x2500 ;
28+ bootloader_iram_seg_len = 0x2D00 ;
2929
3030/* Start of the lower region is determined by region size and the end of the higher region */
3131bootloader_dram_seg_end = bootloader_usable_dram_end - bootloader_stack_overhead;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ bootloader_usable_dram_end = 0x4ff3abd0;
2626bootloader_stack_overhead = 0x2000 ; /* For safety margin between bootloader data section and startup stacks */
2727bootloader_dram_seg_len = 0x5000 ;
2828bootloader_iram_loader_seg_len = 0x7000 ;
29- bootloader_iram_seg_len = 0x2000 ;
29+ bootloader_iram_seg_len = 0x2D00 ;
3030
3131/* Start of the lower region is determined by region size and the end of the higher region */
3232bootloader_dram_seg_end = bootloader_usable_dram_end - bootloader_stack_overhead;
You can’t perform that action at this time.
0 commit comments