diff options
Diffstat (limited to 'board/davinci')
| -rw-r--r-- | board/davinci/da8xxevm/u-boot-spl-hawk.lds | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/board/davinci/da8xxevm/u-boot-spl-hawk.lds b/board/davinci/da8xxevm/u-boot-spl-hawk.lds index 2557830f9..4839364c6 100644 --- a/board/davinci/da8xxevm/u-boot-spl-hawk.lds +++ b/board/davinci/da8xxevm/u-boot-spl-hawk.lds @@ -58,6 +58,7 @@ SECTIONS  	}  	. = ALIGN(4); +	__image_copy_end = .;  	__rel_dyn_start = .;  	__rel_dyn_end = .;  	__dynsym_start = .; |