Sign in
third-party-mirror
/
u-boot
/
ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a
/
.
/
cpu
/
ppc4xx
/
resetvec.S
blob: 53502254dc3230ead961bcd2e3cdbf9e43353250 [
file
]
/*
Copyright MontaVista Software Incorporated
,
2000
*/
.section .resetvec
,
"ax"
#if defined(CONFIG_440)
b _start_440
#else
b _start
#endif