diff options
Diffstat (limited to 'board/korat')
-rw-r--r-- | board/korat/u-boot-F7FC.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/korat/u-boot-F7FC.lds b/board/korat/u-boot-F7FC.lds index 033cff4..90d2135 100644 --- a/board/korat/u-boot-F7FC.lds +++ b/board/korat/u-boot-F7FC.lds @@ -135,6 +135,6 @@ SECTIONS . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } |