summaryrefslogtreecommitdiff
path: root/board/netstal/common/fixed_sdram.c
diff options
context:
space:
mode:
authorNiklaus Giger <niklaus.giger@netstal.com>2008-02-05 11:31:28 +0100
committerStefan Roese <sr@denx.de>2008-02-16 06:40:05 +0100
commit74973126d1be63ac75bdc192f46234dca3a7c421 (patch)
tree52e9b539ca6e6bb85d136c0cb2252e19b3306cd5 /board/netstal/common/fixed_sdram.c
parent8cc10d06b833ed917a19ad358c8ebbed8bc19555 (diff)
downloadu-boot-imx-74973126d1be63ac75bdc192f46234dca3a7c421.zip
u-boot-imx-74973126d1be63ac75bdc192f46234dca3a7c421.tar.gz
u-boot-imx-74973126d1be63ac75bdc192f46234dca3a7c421.tar.bz2
ppc4xx: HCU4/5. Cleanups
- Fix some coding style violations. - Use in/out_u16/32 where appropriate. - Use register names from ppc405.h. - Fix trace useage for Lauterbach. - Remove obsolete generation HCU2. - Renamed fixed_hcu4_sdram to init_ppc405_sdram. Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
Diffstat (limited to 'board/netstal/common/fixed_sdram.c')
-rw-r--r--board/netstal/common/fixed_sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstal/common/fixed_sdram.c b/board/netstal/common/fixed_sdram.c
index 8082f60..f7baed6 100644
--- a/board/netstal/common/fixed_sdram.c
+++ b/board/netstal/common/fixed_sdram.c
@@ -44,7 +44,7 @@ void show_sdram_registers(void)
}
#endif
-long int fixed_hcu4_sdram (unsigned int dram_size)
+long int init_ppc405_sdram(unsigned int dram_size)
{
#ifdef DEBUG
printf(__FUNCTION__);