commit | 033ca72438635c68f3940216a550217b9e7f6417 | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Thu Jul 21 09:10:18 2011 -0400 |
committer | U-Boot <uboot@aari01-12.(none)> | Wed Aug 03 12:49:20 2011 +0200 |
tree | c40b99e38aacd9a7c07fefd07c083b34f9823057 | |
parent | 1e463866f5b26ec7d7579f2d6ec348402d8c96b4 [diff] |
armv7: start.S: fixes and enhancements for SPL - Allow SPL to have .bss disjoint from rest of the image - Allow for .bss setup in CONFIG_SPL_BUILD case too. - Take care of the special case where relocation offset = 0. - Compile out exception handling code and install a simpler vector Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>