Changeset 624 for trunk/boot/tsar_mips32/boot.ld
- Timestamp:
- Mar 12, 2019, 1:37:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot.ld
r610 r624 6 6 /* define the boot code base address */ 7 7 8 boot_code_base = 0x 100000;8 boot_code_base = 0x200000; 9 9 10 10 /* Set the entry point of the boot-loader */ … … 18 18 { 19 19 . = boot_code_base; 20 . text:20 .code : 21 21 { 22 22 *(.text) … … 27 27 { 28 28 *(.data*) 29 }30 .bss :31 {32 29 *(.bss) 30 *(.scommon) 33 31 } 34 32 }
Note: See TracChangeset
for help on using the changeset viewer.