diff options
Diffstat (limited to 'board/actux1/u-boot.lds')
-rw-r--r-- | board/actux1/u-boot.lds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/actux1/u-boot.lds b/board/actux1/u-boot.lds index c76728a7fbd..52fc9fc0c66 100644 --- a/board/actux1/u-boot.lds +++ b/board/actux1/u-boot.lds @@ -61,6 +61,9 @@ SECTIONS } . = ALIGN (4); + + __image_copy_end = .; + .rel.dyn : { __rel_dyn_start = .; *(.rel*) |