diff options
Diffstat (limited to 'board/cray')
| -rw-r--r-- | board/cray/L1/u-boot.lds.debug | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cray/L1/u-boot.lds.debug b/board/cray/L1/u-boot.lds.debug index 0e9cdcf81..fcf8ebbf8 100644 --- a/board/cray/L1/u-boot.lds.debug +++ b/board/cray/L1/u-boot.lds.debug @@ -130,6 +130,6 @@ SECTIONS     *(.bss)     *(COMMON)    } -  _end = . ; +  __bss_end__ = . ;    PROVIDE (end = .);  } |