From 99bcad1809d073a7ec5a6f8ed49637693904e2de Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 19 Sep 2012 14:33:52 +0200 Subject: ppc4xx: Remove IOP480 support Since the IOP480 (PPC401/3 variant from PLX) is only used on 2 boards that are not actively maintained, lets remove support for it completely. This way the ppc4xx code will get a bit cleaner. Signed-off-by: Stefan Roese Acked-by: Matthias Fuchs Acked-by: Marek Vasut --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 7205677..fb337791 100644 --- a/include/common.h +++ b/include/common.h @@ -659,7 +659,7 @@ static inline ulong get_ddr_freq(ulong dummy) } #endif -#if defined(CONFIG_4xx) || defined(CONFIG_IOP480) +#if defined(CONFIG_4xx) # if defined(CONFIG_440) # if defined(CONFIG_440SPE) unsigned long determine_sysper(void); -- cgit v1.1