diff options
Diffstat (limited to 'cpu/ppc4xx/start.S')
| -rw-r--r-- | cpu/ppc4xx/start.S | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S index f434e207d..8f7e817ea 100644 --- a/cpu/ppc4xx/start.S +++ b/cpu/ppc4xx/start.S @@ -444,6 +444,8 @@ __440gx_msr_continue:  	stw	r0,+12(r1)		/* Save return addr (underflow vect) */  	GET_GOT + +	bl	cpu_init_f	/* run low-level CPU init code	   (from Flash) */  	bl	board_init_f  #endif /* CONFIG_440 */ |