From b6e4c4033c4f889c452c511d38c77808c67f9cf7 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 2 Jan 2004 16:05:07 +0000 Subject: * Patch by Denis Peter, 8 Dec 2003 - add support for the PATI board (MPC555) - add SPI support for the MPC5xx * Patch by Anders Larsen, 08 Dec 2003: add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target; cleanup some redundand #defines --- cpu/mpc5xx/cpu_init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpu/mpc5xx/cpu_init.c') diff --git a/cpu/mpc5xx/cpu_init.c b/cpu/mpc5xx/cpu_init.c index e19d0f49b9c..f4cd24bf7cc 100644 --- a/cpu/mpc5xx/cpu_init.c +++ b/cpu/mpc5xx/cpu_init.c @@ -64,6 +64,8 @@ void cpu_init_f (volatile immap_t * immr) immr->im_sitk.sitk_piscrk = KAPWR_KEY; immr->im_sit.sit_piscr = CFG_PISCR; +#if !defined(CONFIG_PATI) + /* PATI sest PLL in start.S */ /* PLL (CPU clock) settings */ immr->im_clkrstk.cark_plprcrk = KAPWR_KEY; @@ -81,6 +83,8 @@ void cpu_init_f (volatile immap_t * immr) #endif immr->im_clkrst.car_plprcr = reg; +#endif /* !defined(CONFIG_PATI) */ + /* System integration timers. CFG_MASK has EBDF configuration */ immr->im_clkrstk.cark_sccrk = KAPWR_KEY; reg = immr->im_clkrst.car_sccr; -- cgit v1.2.3