From 4a14f424b56422cbb012dd5a93600b25fbfdd97e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:01:27 +0200 Subject: svn_rev_150 remove bi_dram from bd_t --- arch/arm/lib/board.c | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'arch/arm/lib') diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 1027502db4..b573b5a068 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@ -115,27 +115,6 @@ static int display_banner (void) return (0); } -/* - * WARNING: this code looks "cleaner" than the PowerPC version, but - * has the disadvantage that you either get nothing, or everything. - * On PowerPC, you might see "DRAM: " before the system hangs - which - * gives a simple yet clear indication which part of the - * initialization if failing. - */ -static int display_dram_config (void) -{ - int i; - - puts ("RAM Configuration:\n"); - - for(i=0; ibd->bi_dram[i].start); - print_size (gd->bd->bi_dram[i].size, "\n"); - } - - return (0); -} - /* * Breathe some life into the board... * @@ -159,13 +138,6 @@ static int display_dram_config (void) * argument, and returns an integer return code, where 0 means * "continue" and != 0 means "fatal error, hang the system". */ -typedef int (init_fnc_t) (void); - -init_fnc_t *init_sequence[] = { - display_banner, /* say that we are here */ - display_dram_config, - NULL, -}; extern initcall_t __u_boot_initcalls_start[], __u_boot_initcalls_end[]; -- cgit v1.2.3