diff options
Diffstat (limited to 'nand_spl/board/karo')
-rw-r--r-- | nand_spl/board/karo/tx25/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nand_spl/board/karo/tx25/u-boot.lds b/nand_spl/board/karo/tx25/u-boot.lds index ea84d64f3f..4d1aac3677 100644 --- a/nand_spl/board/karo/tx25/u-boot.lds +++ b/nand_spl/board/karo/tx25/u-boot.lds @@ -71,7 +71,7 @@ SECTIONS __bss_start = .; *(.bss) . = ALIGN(4); - __bss_end__ = .; + __bss_end = .; } /DISCARD/ : { *(.bss*) } |