diff options
Diffstat (limited to 'board/ait/cam_enc_4xx/u-boot-spl.lds')
| -rw-r--r-- | board/ait/cam_enc_4xx/u-boot-spl.lds | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/board/ait/cam_enc_4xx/u-boot-spl.lds b/board/ait/cam_enc_4xx/u-boot-spl.lds index 52c986e8a..656b2fbf8 100644 --- a/board/ait/cam_enc_4xx/u-boot-spl.lds +++ b/board/ait/cam_enc_4xx/u-boot-spl.lds @@ -48,6 +48,10 @@ SECTIONS  	. = ALIGN(4);  	.data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram  	. = ALIGN(4); +	.u_boot_list : { +		#include <u-boot.lst> +	} >.sram +	. = ALIGN(4);  	.rel.dyn : {  		__rel_dyn_start = .;  		*(.rel*) |