diff options
Diffstat (limited to 'board/davinci')
| -rw-r--r-- | board/davinci/da8xxevm/u-boot-spl-da850evm.lds | 5 | ||||
| -rw-r--r-- | board/davinci/da8xxevm/u-boot-spl-hawk.lds | 5 | 
2 files changed, 0 insertions, 10 deletions
| diff --git a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds index 6d287f1e3..bc34fb581 100644 --- a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds +++ b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds @@ -49,11 +49,6 @@ SECTIONS  	.data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram  	. = ALIGN(4); -	.u_boot_list : { -		#include <u-boot.lst> -	} >.sram - -	. = ALIGN(4);  	.rel.dyn : {  		__rel_dyn_start = .;  		*(.rel*) diff --git a/board/davinci/da8xxevm/u-boot-spl-hawk.lds b/board/davinci/da8xxevm/u-boot-spl-hawk.lds index e3a07cc8e..2557830f9 100644 --- a/board/davinci/da8xxevm/u-boot-spl-hawk.lds +++ b/board/davinci/da8xxevm/u-boot-spl-hawk.lds @@ -58,11 +58,6 @@ SECTIONS  	}  	. = ALIGN(4); -	.u_boot_list : { -		#include <u-boot.lst> -	} - -	. = ALIGN(4);  	__rel_dyn_start = .;  	__rel_dyn_end = .;  	__dynsym_start = .; |