X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fait%2Fcam_enc_4xx%2Fu-boot-spl.lds;h=f5c19df0d31cd8ae9ba91112e566b00ba6b03166;hb=b8d7652c81689a69bc6eaa206cf875bbe632831c;hp=fdfbfc38a96769bb805105be4bd2fa0225156518;hpb=1a4596601fd395f3afb8f82f3f840c5e00bdd57a;p=u-boot diff --git a/board/ait/cam_enc_4xx/u-boot-spl.lds b/board/ait/cam_enc_4xx/u-boot-spl.lds index fdfbfc38a9..f5c19df0d3 100644 --- a/board/ait/cam_enc_4xx/u-boot-spl.lds +++ b/board/ait/cam_enc_4xx/u-boot-spl.lds @@ -22,6 +22,7 @@ SECTIONS .text : { __start = .; + *(.vectors) arch/arm/cpu/arm926ejs/start.o (.text*) *(.text*) } >.sram @@ -48,5 +49,9 @@ SECTIONS } >.sram __image_copy_end = .; - _end = .; + + .end : + { + *(.__end) + } }