]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - cpu/ppc4xx/resetvec.S
Initial revision
[karo-tx-uboot.git] / cpu / ppc4xx / resetvec.S
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