summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:29 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:29 +0200
commitcb9dbba45b888992952d212c79f0b4a2abae1a3c (patch)
tree40a1d4c2ceaf116c3b0482276aa71c58143fe31f /board
parent713ebb676aa70a50e5416cf08bb6bcd3e0de3331 (diff)
downloadbarebox-cb9dbba45b888992952d212c79f0b4a2abae1a3c.tar.gz
barebox-cb9dbba45b888992952d212c79f0b4a2abae1a3c.tar.xz
svn_rev_164
add __init_size needed for relocation
Diffstat (limited to 'board')
-rw-r--r--board/phycore_mpc5200b_tiny/u-boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/phycore_mpc5200b_tiny/u-boot.lds b/board/phycore_mpc5200b_tiny/u-boot.lds
index 8a59f47df1..f0b14423e7 100644
--- a/board/phycore_mpc5200b_tiny/u-boot.lds
+++ b/board/phycore_mpc5200b_tiny/u-boot.lds
@@ -110,6 +110,8 @@ SECTIONS
. = ALIGN(4096);
__init_end = .;
+ __init_size = __init_end - _start;
+
__bss_start = .;
.bss :
{