From 544d97e9aa904e489f9e87bae6a6b41cb031cbe9 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 5 Oct 2010 22:54:53 +0200 Subject: PCU_E: remove code for yet another corpse The PCU_E board has long reached EOL, and support for it is no longer relevant in current versions of U-Boot. Remove it. Signed-off-by: Wolfgang Denk --- arch/m68k/lib/board.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/m68k/lib') diff --git a/arch/m68k/lib/board.c b/arch/m68k/lib/board.c index c29f5775bb..eba2435a59 100644 --- a/arch/m68k/lib/board.c +++ b/arch/m68k/lib/board.c @@ -73,10 +73,6 @@ DECLARE_GLOBAL_DATA_PTR; static char *failed = "*** failed ***\n"; -#ifdef CONFIG_PCU_E -extern flash_info_t flash_info[]; -#endif - #include extern ulong __init_end; -- cgit v1.2.3