diff options
Diffstat (limited to 'board/vpac270/u-boot-spl.lds')
-rw-r--r-- | board/vpac270/u-boot-spl.lds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/vpac270/u-boot-spl.lds b/board/vpac270/u-boot-spl.lds index dc437d1..ab65407 100644 --- a/board/vpac270/u-boot-spl.lds +++ b/board/vpac270/u-boot-spl.lds @@ -59,6 +59,8 @@ SECTIONS . = ALIGN(4); + __image_copy_end = .; + .rel.dyn : { __rel_dyn_start = .; *(.rel*) |