summaryrefslogtreecommitdiffstats
path: root/lib_ppc
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-04-21 18:10:14 -0500
committerWolfgang Denk <wd@denx.de>2008-04-25 00:13:12 +0200
commit78e488298824bc150b5f3ebf7958cd71fa2af1b9 (patch)
tree9d5b18161acb786f526d77c16becc1143177ff32 /lib_ppc
parenta99715b8ebfc500f3f40e01b36b64d473938443d (diff)
downloadblackbird-obmc-uboot-78e488298824bc150b5f3ebf7958cd71fa2af1b9.tar.gz
blackbird-obmc-uboot-78e488298824bc150b5f3ebf7958cd71fa2af1b9.zip
lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has proven problematic getting right from the start at least on 83xx and 4xx. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'lib_ppc')
-rw-r--r--lib_ppc/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index b2bc4ebc5b..1b8a8721a3 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -124,7 +124,6 @@ DECLARE_GLOBAL_DATA_PTR;
#define CFG_MEM_TOP_HIDE 0
#endif
-extern ulong _start;
extern ulong __init_end;
extern ulong _end;
ulong monitor_flash_len;
OpenPOWER on IntegriCloud