diff options
Diffstat (limited to 'board/quantum/u-boot.lds.debug')
| -rw-r--r-- | board/quantum/u-boot.lds.debug | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/quantum/u-boot.lds.debug b/board/quantum/u-boot.lds.debug index abc4640ee..c4cc39d36 100644 --- a/board/quantum/u-boot.lds.debug +++ b/board/quantum/u-boot.lds.debug @@ -125,6 +125,6 @@ SECTIONS     *(.bss)     *(COMMON)    } -  __bss_end__ = . ; +  __bss_end = . ;    PROVIDE (end = .);  } |