summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/resetvec.S
blob: 53502254dc3230ead961bcd2e3cdbf9e43353250 (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright MontaVista Software Incorporated, 2000 */


	.section .resetvec,"ax"
#if defined(CONFIG_440)
	b _start_440
#else
	b _start
#endif

OpenPOWER on IntegriCloud