diff options
Diffstat (limited to 'board/genietv/u-boot.lds.debug')
-rw-r--r-- | board/genietv/u-boot.lds.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/genietv/u-boot.lds.debug b/board/genietv/u-boot.lds.debug index a3aeb60..cc86941 100644 --- a/board/genietv/u-boot.lds.debug +++ b/board/genietv/u-boot.lds.debug @@ -138,6 +138,6 @@ SECTIONS { common/env_embedded.o (.ppcenv) } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } |