diff options
author | Stefano Babic <sbabic@denx.de> | 2012-10-10 21:11:41 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-10-26 16:27:58 +0200 |
commit | b736e4b929197b5141b883f4f3906c4bd38dd4f3 (patch) | |
tree | 85d51c4fdf4571f20f11f1c06af430c581ee92a9 /nand_spl | |
parent | 01968b96a24414ff8f0735111907cbb750c7af43 (diff) |
ARM: Fix start.S when used with SPL in arm1136
This patch modifies start.S for the arm1136 to make it
conform to start.S in armv7 architecture, to make it
usable if the SPL framework is used.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'nand_spl')
-rw-r--r-- | nand_spl/board/freescale/mx31pdk/u-boot.lds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nand_spl/board/freescale/mx31pdk/u-boot.lds b/nand_spl/board/freescale/mx31pdk/u-boot.lds index d2b08f60c59..a130a1f9df7 100644 --- a/nand_spl/board/freescale/mx31pdk/u-boot.lds +++ b/nand_spl/board/freescale/mx31pdk/u-boot.lds @@ -52,6 +52,8 @@ SECTIONS . = ALIGN(4); + __image_copy_end = .; + .rel.dyn : { __rel_dyn_start = .; *(.rel*) |