diff options
Diffstat (limited to 'board/gaisler/grsim_leon2/u-boot.lds')
-rw-r--r-- | board/gaisler/grsim_leon2/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gaisler/grsim_leon2/u-boot.lds b/board/gaisler/grsim_leon2/u-boot.lds index a12e7fb9ce3..cf6e5020ba1 100644 --- a/board/gaisler/grsim_leon2/u-boot.lds +++ b/board/gaisler/grsim_leon2/u-boot.lds @@ -132,7 +132,7 @@ SECTIONS . = ALIGN(16); /* to speed clearing of bss up */ } __bss_end = . ; - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); /* Relocated into main memory */ |