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