diff options
Diffstat (limited to 'board/wepep250/u-boot.lds')
-rw-r--r-- | board/wepep250/u-boot.lds | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/board/wepep250/u-boot.lds b/board/wepep250/u-boot.lds index 38ec25f3fb8..58c371df06b 100644 --- a/board/wepep250/u-boot.lds +++ b/board/wepep250/u-boot.lds @@ -48,12 +48,8 @@ SECTIONS .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; - armboot_end_data = .; - . = ALIGN(4); - bss_start = .; + __bss_start = .; .bss : { *(.bss) } - bss_end = .; - - armboot_end = .; + _end = .; } |