diff options
author | Becky Bruce <beckyb@kernel.crashing.org> | 2010-12-17 23:17:57 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 07:32:19 (GMT) |
commit | 70961ba41477a709870a01c86af2950124bb64fe (patch) | |
tree | d4c6263f7078fa0ecad40a320de78aba01eb29bb /board/sbc8548 | |
parent | 38dba0c2ff685e3f8276a236bd70eaa09c84ead5 (diff) | |
download | u-boot-fsl-qoriq-70961ba41477a709870a01c86af2950124bb64fe.tar.xz |
mpc85xx: rename sdram_init() lbc_sdram_init()
sdram_init() is used to initialize sdram on the lbc. Rename it
accordingly.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/sbc8548')
-rw-r--r-- | board/sbc8548/sbc8548.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548/sbc8548.c index 1bce6fa..ff3920b 100644 --- a/board/sbc8548/sbc8548.c +++ b/board/sbc8548/sbc8548.c @@ -104,8 +104,7 @@ local_bus_init(void) /* * Initialize SDRAM memory on the Local Bus. */ -void -sdram_init(void) +void lbc_sdram_init(void) { #if defined(CONFIG_SYS_LBC_SDRAM_SIZE) |