diff options
Diffstat (limited to 'board/actux3')
-rw-r--r-- | board/actux3/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/actux3/u-boot.lds b/board/actux3/u-boot.lds index 497ab97..d3463cd 100644 --- a/board/actux3/u-boot.lds +++ b/board/actux3/u-boot.lds @@ -71,5 +71,5 @@ SECTIONS *(.bss) . = ALIGN(4); } - _end =.; + __bss_end__ =.; } |