u-boot/cpu/ppc4xx/resetvec.S

11 lines
144 B
ArmAsm
Raw Normal View History

2002-11-03 00:38:21 +00:00
/* Copyright MontaVista Software Incorporated, 2000 */
.section .resetvec,"ax"
#if defined(CONFIG_440)
b _start_440
#else
b _start
#endif