]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/ppc4xx/resetvec.S
drivers, block: remove sil680 driver
[people/ms/u-boot.git] / arch / powerpc / cpu / ppc4xx / resetvec.S
CommitLineData
fe8c2806 1/* Copyright MontaVista Software Incorporated, 2000 */
f3e0de60 2#include <config.h>
fe8c2806
WD
3 .section .resetvec,"ax"
4#if defined(CONFIG_440)
5 b _start_440
f3e0de60 6#else
adf32adb
TR
7#if defined(CONFIG_BOOT_PCI) && (defined(CONFIG_TARGET_MIP405) \
8 || defined(CONFIG_TARGET_MIP405T))
f3e0de60 9 b _start_pci
fe8c2806
WD
10#else
11 b _start
12#endif
f3e0de60 13#endif