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