diff options
Diffstat (limited to 'board/samsung')
-rw-r--r-- | board/samsung/smdk6400/u-boot-nand.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/smdk6400/u-boot-nand.lds b/board/samsung/smdk6400/u-boot-nand.lds index 29a4f61..975601b 100644 --- a/board/samsung/smdk6400/u-boot-nand.lds +++ b/board/samsung/smdk6400/u-boot-nand.lds @@ -58,5 +58,5 @@ SECTIONS . = ALIGN(4); __bss_start = .; .bss : { *(.bss) . = ALIGN(4); } - _end = .; + __bss_end__ = .; } |