blob: 53502254dc3230ead961bcd2e3cdbf9e43353250 [file] [log] [blame]
wdenkfe8c2802002-11-03 00:38:21 +00001/* 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