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