Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9f53bf317775872112298a174053e5e4d8ec39c4
/
.
/
cpu
/
ppc4xx
/
resetvec.S
blob: 53502254dc3230ead961bcd2e3cdbf9e43353250 [
file
] [
log
] [
blame
]
/*
Copyright MontaVista Software Incorporated
,
2000
*/
.section .resetvec
,
"ax"
#if defined(CONFIG_440)
b _start_440
#else
b _start
#endif