u-boot-brain/cpu/ppc4xx/resetvec.S
2002-11-03 00:38:21 +00:00

11 lines
144 B
ArmAsm

/* Copyright MontaVista Software Incorporated, 2000 */
.section .resetvec,"ax"
#if defined(CONFIG_440)
b _start_440
#else
b _start
#endif