From 42dfe7a1844cbad7114038aaf03828acb7a84414 Mon Sep 17 00:00:00 2001
From: wdenk <wdenk>
Date: Sun, 14 Mar 2004 22:25:36 +0000
Subject: Code cleanup; make several boards compile & link.

---
 board/integratorcp/u-boot.lds | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'board/integratorcp/u-boot.lds')

diff --git a/board/integratorcp/u-boot.lds b/board/integratorcp/u-boot.lds
index da679c2e51..33931be127 100644
--- a/board/integratorcp/u-boot.lds
+++ b/board/integratorcp/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 = .;
 }
-- 
cgit