Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ee14b83d388fa0f56ebe46e75519bb92d7aef2e2
/
.
/
cpu
/
ppc4xx
/
resetvec.S
blob: 53502254dc3230ead961bcd2e3cdbf9e43353250 [
file
] [
log
] [
blame
]
wdenk
fe8c280
2002-11-03 00:38:21 +0000
[
diff
] [
blame
]
1
/*
Copyright MontaVista Software Incorporated
,
2000
*/
2
3
4
.section .resetvec
,
"ax"
5
#if defined(CONFIG_440)
6
b _start_440
7
#else
8
b _start
9
#endif
10