summaryrefslogtreecommitdiffstats
path: root/board/versatile/u-boot.lds
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-03-14 22:25:36 +0000
committerwdenk <wdenk>2004-03-14 22:25:36 +0000
commit42dfe7a1844cbad7114038aaf03828acb7a84414 (patch)
treed33893d34d2a97aa23257703733dbc9d86d48278 /board/versatile/u-boot.lds
parent855a496fe9ba431772f1ff1aef21a5c001288bb0 (diff)
downloadblackbird-obmc-uboot-42dfe7a1844cbad7114038aaf03828acb7a84414.tar.gz
blackbird-obmc-uboot-42dfe7a1844cbad7114038aaf03828acb7a84414.zip
Code cleanup; make several boards compile & link.
Diffstat (limited to 'board/versatile/u-boot.lds')
-rw-r--r--board/versatile/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/versatile/u-boot.lds b/board/versatile/u-boot.lds
index da679c2e51..33931be127 100644
--- a/board/versatile/u-boot.lds
+++ b/board/versatile/u-boot.lds
@@ -43,8 +43,8 @@ SECTIONS
.u_boot_cmd : { *(.u_boot_cmd) }
__u_boot_cmd_end = .;
- armboot_end_data = .;
. = ALIGN(4);
+ __bss_start = .;
.bss : { *(.bss) }
- armboot_end = .;
+ _end = .;
}
OpenPOWER on IntegriCloud