From b38a569901a617a1249ceac15a40a2306388b139 Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Mon, 28 Mar 2011 18:33:54 +0200 Subject: MIPS: Purple: Remove Purple support The Purple SoC and eval board are not actively maintained since years. This patch removes the support completely as aggreed with Wolfgang Denk. Signed-off-by: Daniel Schwierzeck Cc: Wolfgang Denk Signed-off-by: Shinya Kuribayashi --- arch/mips/lib/board.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'arch/mips/lib') diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c index f31712415..623c4d7f0 100644 --- a/arch/mips/lib/board.c +++ b/arch/mips/lib/board.c @@ -162,9 +162,6 @@ void board_init_f(ulong bootflag) init_fnc_t **init_fnc_ptr; ulong addr, addr_sp, len = (ulong)&uboot_end - CONFIG_SYS_MONITOR_BASE; ulong *s; -#ifdef CONFIG_PURPLE - void copy_code (ulong); -#endif /* Pointer is writable since we allocated a register for it. */ @@ -253,13 +250,6 @@ void board_init_f(ulong bootflag) memcpy (id, (void *)gd, sizeof (gd_t)); - /* On the purple board we copy the code in a special way - * in order to solve flash problems - */ -#ifdef CONFIG_PURPLE - copy_code(addr); -#endif - relocate_code (addr_sp, id, addr); /* NOTREACHED - relocate_code() does not return */ -- cgit v1.2.3