diff options
Diffstat (limited to 'board/icu862')
| -rw-r--r-- | board/icu862/u-boot.lds | 2 | ||||
| -rw-r--r-- | board/icu862/u-boot.lds.debug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/icu862/u-boot.lds b/board/icu862/u-boot.lds index 40f4a38f5..6e4939b8b 100644 --- a/board/icu862/u-boot.lds +++ b/board/icu862/u-boot.lds @@ -93,6 +93,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } diff --git a/board/icu862/u-boot.lds.debug b/board/icu862/u-boot.lds.debug index 999528851..d5220cc6d 100644 --- a/board/icu862/u-boot.lds.debug +++ b/board/icu862/u-boot.lds.debug @@ -133,6 +133,6 @@ SECTIONS *(.bss) *(COMMON) } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } |