ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese
2007-07-16 10:01:38 +02:00
parent df3f17422a
commit 2a49fc17d0
2 changed files with 7 additions and 1 deletions

View File

@@ -104,6 +104,13 @@ int checkboard(void)
return 0;
}
/*
* Override the default functions in cpu/ppc4xx/44x_spd_ddr2.c with
* board specific values.
*/
u32 ddr_clktr(u32 default_val) {
return (SDRAM_CLKTR_CLKP_180_DEG_ADV);
}
/*************************************************************************
* int testdram()