From ee8028b7f108bd049eb389f01b590be0b75adaf6 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 21 Nov 2010 20:55:42 +0100 Subject: ppc4xx: Cleanup for partial linking and --gc-sections This commit adapts 4xx boards for partial linking with --gc-sections. Signed-off-by: Stefan Roese Signed-off-by: Wolfgang Denk Cc: Stefan Roese Cc: Tirumala Marri Cc: David Updegraff Cc: Matthias Fuchs Cc: Dirk Eibach Cc: Larry Johnson Cc: Peter De Schrijver Cc: Niklaus Giger Cc: Daniel Poirot Acked-by: Stefan Roese --- board/cray/L1/L1.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'board/cray') diff --git a/board/cray/L1/L1.c b/board/cray/L1/L1.c index 0f5f02cb8c..d87b6ef906 100644 --- a/board/cray/L1/L1.c +++ b/board/cray/L1/L1.c @@ -169,12 +169,6 @@ int misc_init_r (void) return (0); } -/* ------------------------------------------------------------------------- */ -phys_size_t initdram (int board_type) -{ - return (L1_MEMSIZE); -} - /* ------------------------------------------------------------------------- */ /* stubs so we can print dates w/o any nvram RTC.*/ int rtc_get (struct rtc_time *tmp) -- cgit v1.2.3