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