diff options
Diffstat (limited to 'board/nx823')
| -rw-r--r-- | board/nx823/u-boot.lds | 2 | ||||
| -rw-r--r-- | board/nx823/u-boot.lds.debug | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/board/nx823/u-boot.lds b/board/nx823/u-boot.lds index 4a96388f0..2fac727b8 100644 --- a/board/nx823/u-boot.lds +++ b/board/nx823/u-boot.lds @@ -90,6 +90,6 @@ SECTIONS     *(COMMON)     . = ALIGN(4);    } -  _end = . ; +  __bss_end__ = . ;    PROVIDE (end = .);  } diff --git a/board/nx823/u-boot.lds.debug b/board/nx823/u-boot.lds.debug index 99098bffb..c7711028a 100644 --- a/board/nx823/u-boot.lds.debug +++ b/board/nx823/u-boot.lds.debug @@ -130,6 +130,6 @@ SECTIONS     *(.bss)     *(COMMON)    } -  _end = . ; +  __bss_end__ = . ;    PROVIDE (end = .);  } |