diff options
Diffstat (limited to 'board/gen860t/u-boot-flashenv.lds')
| -rw-r--r-- | board/gen860t/u-boot-flashenv.lds | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/gen860t/u-boot-flashenv.lds b/board/gen860t/u-boot-flashenv.lds index b06144196..30138dd81 100644 --- a/board/gen860t/u-boot-flashenv.lds +++ b/board/gen860t/u-boot-flashenv.lds @@ -97,7 +97,7 @@ SECTIONS     . = ALIGN(4);    } -  __bss_end__ = . ; +  __bss_end = . ;    PROVIDE (end = .);    .ppcenv: |