9
0
Fork 0
barebox/cpu/ppc4xx/resetvec.S

11 lines
144 B
ArmAsm

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