X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fppc4xx%2Fresetvec.S;h=b3308bd6aee35e292374225b6916db1b8b0f7cd5;hb=3070a9a3cb41ed6b19f79590f7713d5685ab1066;hp=53502254dc3230ead961bcd2e3cdbf9e43353250;hpb=fe8c2806cdba70479e351299881a395dc2be7785;p=oweals%2Fu-boot.git diff --git a/cpu/ppc4xx/resetvec.S b/cpu/ppc4xx/resetvec.S index 53502254dc..b3308bd6ae 100644 --- a/cpu/ppc4xx/resetvec.S +++ b/cpu/ppc4xx/resetvec.S @@ -1,10 +1,12 @@ /* Copyright MontaVista Software Incorporated, 2000 */ - - +#include .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