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