Changes in boot/arch/arm32/_link.ld.in [d969a9a:4872160] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/_link.ld.in
rd969a9a r4872160 1 #include <arch/arch.h>2 3 1 ENTRY(start) 4 2 5 3 SECTIONS { 6 . = BOOT_BASE;4 . = 0x0000; 7 5 .text : { 8 6 *(BOOTSTRAP); 9 7 *(.text); 10 8 } 11 . = BOOT_BASE +0x8000;9 . = 0x8000; 12 10 .data : { 13 11 *(BOOTPT); /* bootstrap page table */
Note:
See TracChangeset
for help on using the changeset viewer.