diff options
Diffstat (limited to 'board/gen860t/u-boot.lds')
| -rw-r--r-- | board/gen860t/u-boot.lds | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index 9e9449d1a..08fb4aa1f 100644 --- a/board/gen860t/u-boot.lds +++ b/board/gen860t/u-boot.lds @@ -98,6 +98,6 @@ SECTIONS     *(COMMON)     . = ALIGN(4);    } -  __bss_end__ = . ; +  __bss_end = . ;    PROVIDE (end = .);  } |