diff options
Diffstat (limited to 'board/ep8248/u-boot.lds')
-rw-r--r-- | board/ep8248/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ep8248/u-boot.lds b/board/ep8248/u-boot.lds index d33857f874b..18c4b46f47b 100644 --- a/board/ep8248/u-boot.lds +++ b/board/ep8248/u-boot.lds @@ -60,6 +60,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |