Subversion Repositories HomeAutomation

Rev

Rev 361 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 361 Rev 362
Line 145... Line 145...
145
      while keeping it aligned to a page boundary. */
145
      while keeping it aligned to a page boundary. */
146
   __temp = . ;
146
   __temp = . ;
147
   . = __boot_start - (__data_load_end - __bios_start) - 0x3f;
147
   . = __boot_start - (__data_load_end - __bios_start) - 0x3f;
148
   __bios_optimal_start = ALIGN(0x40);
148
   __bios_optimal_start = ALIGN(0x40);
149
   . = __temp ;
149
   . = __temp ;
-
 
150
   __bios_size = 0x2000 - __bios_start;
150
  /* Global data not cleared after reset.  */
151
  /* Global data not cleared after reset.  */
151
  .noinit  SIZEOF(.bss) + ADDR(.bss) :
152
  .noinit  SIZEOF(.bss) + ADDR(.bss) :
152
  {
153
  {
153
     PROVIDE (__noinit_start = .) ;
154
     PROVIDE (__noinit_start = .) ;
154
    *(.noinit*)
155
    *(.noinit*)