diff options
Diffstat (limited to 'arch/ppc/cpu/ppc4xx/resetvec.S')
-rw-r--r-- | arch/ppc/cpu/ppc4xx/resetvec.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/ppc/cpu/ppc4xx/resetvec.S b/arch/ppc/cpu/ppc4xx/resetvec.S deleted file mode 100644 index b3308bd..0000000 --- a/arch/ppc/cpu/ppc4xx/resetvec.S +++ /dev/null @@ -1,12 +0,0 @@ -/* Copyright MontaVista Software Incorporated, 2000 */ -#include <config.h> - .section .resetvec,"ax" -#if defined(CONFIG_440) - b _start_440 -#else -#if defined(CONFIG_BOOT_PCI) && defined(CONFIG_MIP405) - b _start_pci -#else - b _start -#endif -#endif |