summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm920t/ep93xx/u-boot.lds
Commit message (Collapse)AuthorAgeLines
* arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2011-03-27-0/+2
| | | | | | | | | | | Monitor protection region in FLASH did not cover .rel.dyn and .dynsym sections, because it uses __bss_start to compute monitor_flash_len. Use _end instead. Add _end to linker scripts for end of u-boot image Add _end_ofs to all the start.S. Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
* rename _end to __bss_end__Po-Yu Chuang2011-03-27-1/+1
| | | | | | | Currently, _end is used for end of BSS section. We want _end to mean end of u-boot image, so we rename _end to __bss_end__ first. Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
* arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2010-04-13-0/+59
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>