diff options
Diffstat (limited to 'nand_spl')
| -rw-r--r-- | nand_spl/board/davinci/da8xxevm/u-boot.lds | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/nand_spl/board/davinci/da8xxevm/u-boot.lds b/nand_spl/board/davinci/da8xxevm/u-boot.lds index c86117b9d..638ffd931 100644 --- a/nand_spl/board/davinci/da8xxevm/u-boot.lds +++ b/nand_spl/board/davinci/da8xxevm/u-boot.lds @@ -68,6 +68,8 @@ SECTIONS  	__got_end = .; +	_end = .; +  	. = ALIGN(4);  	__bss_start = .;  	.bss : { *(.bss) } |