summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorRoman Mashak <romez777@gmail.com>2008-10-21 03:01:41 -0700
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-11-04 23:40:05 +0100
commit248b2c367210c06dbd5fbdecf27e97fbe9d05fdb (patch)
tree02805076fce60db70064c25a33a20ff2f0169678 /board
parent3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb (diff)
downloadblackbird-obmc-uboot-248b2c367210c06dbd5fbdecf27e97fbe9d05fdb.tar.gz
blackbird-obmc-uboot-248b2c367210c06dbd5fbdecf27e97fbe9d05fdb.zip
ARM/Versatile port: Removed unused functions
Removal of never used functions. Signed-off-by: Roman Mashak <romez777@gmail.com>
Diffstat (limited to 'board')
-rw-r--r--board/versatile/versatile.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/board/versatile/versatile.c b/board/versatile/versatile.c
index 3b9b0207a3..0f35caa9be 100644
--- a/board/versatile/versatile.c
+++ b/board/versatile/versatile.c
@@ -37,10 +37,6 @@
DECLARE_GLOBAL_DATA_PTR;
-void flash__init (void);
-void ether__init (void);
-void peripheral_power_enable (void);
-
#if defined(CONFIG_SHOW_BOOT_PROGRESS)
void show_boot_progress(int progress)
{
@@ -82,8 +78,6 @@ int board_init (void)
icache_enable ();
- flash__init ();
- ether__init ();
return 0;
}
@@ -98,22 +92,6 @@ int misc_init_r (void)
Routine:
Description:
******************************/
-void flash__init (void)
-{
-}
-/*************************************************************
- Routine:ether__init
- Description: take the Ethernet controller out of reset and wait
- for the EEPROM load to complete.
-*************************************************************/
-void ether__init (void)
-{
-}
-
-/******************************
- Routine:
- Description:
-******************************/
int dram_init (void)
{
return 0;
OpenPOWER on IntegriCloud