diff options
Diffstat (limited to 'board/amcc/canyonlands/u-boot-nand.lds')
-rw-r--r-- | board/amcc/canyonlands/u-boot-nand.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/canyonlands/u-boot-nand.lds b/board/amcc/canyonlands/u-boot-nand.lds index 534d6dd..76f89f1 100644 --- a/board/amcc/canyonlands/u-boot-nand.lds +++ b/board/amcc/canyonlands/u-boot-nand.lds @@ -99,6 +99,6 @@ SECTIONS . = ALIGN(4); } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); } |