diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2008-09-02 16:33:05 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-09-03 14:37:52 +0200 |
commit | 97b0734d65f8a0b03df0a335a2addc759da56107 (patch) | |
tree | 034228b680db096f67b7bc14a4c52a71595bb4cc /board/esd/cms700 | |
parent | 1092ce218c514e5ccb18450ac5af501d96d6e3e9 (diff) | |
download | u-boot-imx-97b0734d65f8a0b03df0a335a2addc759da56107.zip u-boot-imx-97b0734d65f8a0b03df0a335a2addc759da56107.tar.gz u-boot-imx-97b0734d65f8a0b03df0a335a2addc759da56107.tar.bz2 |
ppc4xx: Remove obsolete or unused functions from some esd boards
This patch removes initdram() and testdram() from most esd 405 platforms.
Some boards also have an empty dummy implementation of
misc_init_f(). This is also removed.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/cms700')
-rw-r--r-- | board/esd/cms700/cms700.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/board/esd/cms700/cms700.c b/board/esd/cms700/cms700.c index ba27c03..806c755 100644 --- a/board/esd/cms700/cms700.c +++ b/board/esd/cms700/cms700.c @@ -77,15 +77,6 @@ int board_early_init_f (void) return 0; } - -/* ------------------------------------------------------------------------- */ - -int misc_init_f (void) -{ - return 0; /* dummy implementation */ -} - - int misc_init_r (void) { /* adjust flash start and offset */ @@ -141,18 +132,6 @@ int checkboard (void) /* ------------------------------------------------------------------------- */ -phys_size_t initdram (int board_type) -{ - unsigned long val; - - mtdcr(memcfga, mem_mb0cf); - val = mfdcr(memcfgd); - - return (4*1024*1024 << ((val & 0x000e0000) >> 17)); -} - -/* ------------------------------------------------------------------------- */ - #if defined(CFG_EEPROM_WREN) /* Input: <dev_addr> I2C address of EEPROM device to enable. * <state> -1: deliver current state |