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/vxworks.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/vxworks.h') diff --git a/include/vxworks.h b/include/vxworks.h index 917a9ff8567..736e3b5f900 100644 --- a/include/vxworks.h +++ b/include/vxworks.h @@ -39,8 +39,6 @@ int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); #ifndef CONFIG_SYS_VXWORKS_BOOT_DEVICE #if defined(CONFIG_4xx) #define CONFIG_SYS_VXWORKS_BOOT_DEVICE "emac(0,0)" -#elif defined(CONFIG_IOP480) -#define CONFIG_SYS_VXWORKS_BOOT_DEVICE "dc(0,0)" #else #define CONFIG_SYS_VXWORKS_BOOT_DEVICE "eth(0,0)" #endif -- cgit v1.2.3