diff options
Diffstat (limited to 'board/adder/u-boot.lds')
-rw-r--r-- | board/adder/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/adder/u-boot.lds b/board/adder/u-boot.lds index 73e2f3f..2f10e7c 100644 --- a/board/adder/u-boot.lds +++ b/board/adder/u-boot.lds @@ -89,7 +89,7 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } ENTRY(_start) |