summaryrefslogtreecommitdiffstats
path: root/board/phycore_mpc5200b_tiny
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-25 12:25:01 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-25 12:25:01 +0200
commit654bb6b0b88504a0768d706a207085cc5064640e (patch)
tree4104cf567b2a90ca5c82ae4fc32de6005e7e5f5e /board/phycore_mpc5200b_tiny
parentdd13f2cdda205ff10e61bc3a0277457b026b70ee (diff)
downloadbarebox-654bb6b0b88504a0768d706a207085cc5064640e.tar.gz
barebox-654bb6b0b88504a0768d706a207085cc5064640e.tar.xz
further reloc fixes
Diffstat (limited to 'board/phycore_mpc5200b_tiny')
-rw-r--r--board/phycore_mpc5200b_tiny/u-boot.lds.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/phycore_mpc5200b_tiny/u-boot.lds.S b/board/phycore_mpc5200b_tiny/u-boot.lds.S
index 51ac70828c..a14709531f 100644
--- a/board/phycore_mpc5200b_tiny/u-boot.lds.S
+++ b/board/phycore_mpc5200b_tiny/u-boot.lds.S
@@ -107,7 +107,6 @@ SECTIONS
__early_init_data_begin = .;
.early_init_data : { *(.early_init_data) }
__early_init_data_end = .;
- __early_init_data_size = __early_init_data_end - __early_init_data_begin;
__start___ex_table = .;
__ex_table : { *(__ex_table) }