diff options
Diffstat (limited to 'nand_spl/board/davinci/da8xxevm')
-rw-r--r-- | nand_spl/board/davinci/da8xxevm/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nand_spl/board/davinci/da8xxevm/u-boot.lds b/nand_spl/board/davinci/da8xxevm/u-boot.lds index f6ccf08..c86117b 100644 --- a/nand_spl/board/davinci/da8xxevm/u-boot.lds +++ b/nand_spl/board/davinci/da8xxevm/u-boot.lds @@ -71,5 +71,5 @@ SECTIONS . = ALIGN(4); __bss_start = .; .bss : { *(.bss) } - _end = .; + __bss_end__ = .; } |