~ubuntu-branches/ubuntu/maverick/uboot-imx/maverick

« back to all changes in this revision

Viewing changes to board/atum8548/u-boot.lds

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-01-06 09:28:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100106092825-q8o7x811035syh8k
Tags: 2009.08-0ubuntu1
* move to new upstream (2009.08)
* move to new freescale patchset for the 2009.08 release
* remove README.nios_CONFIG_SYS_NIOS_CPU from debian/docs, 
  this is not shipped upstream anymore
* update 1000_fix_gcc_4.4_compability.patch to apply to the new code
* Makefile target is now mx51_bbg_config, update rules accordingly
* switch everything to to3 (including the binary package)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    PROVIDE (etext = .);
79
79
    .rodata    :
80
80
   {
81
 
    *(.rodata)
82
 
    *(.rodata1)
83
 
    *(.rodata.str1.4)
84
81
    *(.eh_frame)
 
82
    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
85
83
  }
86
84
  .fini      : { *(.fini)    } =0
87
85
  .ctors     : { *(.ctors)   }