diff options
Diffstat (limited to 'board/stx')
| -rw-r--r-- | board/stx/stxxtc/u-boot.lds | 2 | ||||
| -rw-r--r-- | board/stx/stxxtc/u-boot.lds.debug | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/board/stx/stxxtc/u-boot.lds b/board/stx/stxxtc/u-boot.lds index 684ab81c4..b7b6c1aa1 100644 --- a/board/stx/stxxtc/u-boot.lds +++ b/board/stx/stxxtc/u-boot.lds @@ -90,6 +90,6 @@ SECTIONS     *(COMMON)     . = ALIGN(4);    } -  _end = . ; +  __bss_end__ = . ;    PROVIDE (end = .);  } diff --git a/board/stx/stxxtc/u-boot.lds.debug b/board/stx/stxxtc/u-boot.lds.debug index df7b6adba..a001f3fd8 100644 --- a/board/stx/stxxtc/u-boot.lds.debug +++ b/board/stx/stxxtc/u-boot.lds.debug @@ -130,6 +130,6 @@ SECTIONS     *(.bss)     *(COMMON)    } -  _end = . ; +  __bss_end__ = . ;    PROVIDE (end = .);  } |