aboutsummaryrefslogtreecommitdiff
path: root/board/wepep250/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/wepep250/u-boot.lds')
-rw-r--r--board/wepep250/u-boot.lds8
1 files changed, 2 insertions, 6 deletions
diff --git a/board/wepep250/u-boot.lds b/board/wepep250/u-boot.lds
index 38ec25f3f..58c371df0 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 = .;
}