Ignore:
Timestamp:
Feb 18, 2015, 4:18:43 PM (9 years ago)
Author:
cfuguet
Message:

preloader: when loading LINUX, copy the DTB in low memory addresses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/preloader.ld.in

    r930 r949  
    2525    {
    2626        *(.reset)
    27         *(.rodata)
    28         *(.rodata.*)
     27        *(.text)
    2928        . = ALIGN(0x4);
    30         dtb_addr = .;
     29        dtb_start = .;
    3130#if USE_DT == 1
    3231        INCLUDE "build/platform.ld";
    3332#endif
     33        dtb_end = .;
     34        *(.rodata)
     35        *(.rodata.*)
    3436    }
    3537
Note: See TracChangeset for help on using the changeset viewer.