commit | ef0f76ed107b442f35baa33ea839c34155d3782c | [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 | ced762a96bafe610a92bbe3ddb8a6d9aec538f8a [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>