Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
e3bf81b1e841ecabe7c8b3d48621256db8b8623e
/
.
/
arch
/
powerpc
/
cpu
/
ppc4xx
/
resetvec.S
blob: b3308bd6aee35e292374225b6916db1b8b0f7cd5 [
file
] [
log
] [
blame
]
/*
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