From 5568e613ee38d4bb5dd601cdb2f74ed0d7de9902 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 22 Nov 2005 13:20:42 +0100 Subject: Add support for Prodrive P3P440 board: - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c - CFG_FLASH_QUIET_TEST added to use the common CFI driver for bank autodetection Patch by Stefan Roese, 22 Nov 2005 --- cpu/ppc4xx/start.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpu/ppc4xx/start.S') diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S index f434e20..8f7e817 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 */ -- cgit v1.1