]> git.sur5r.net Git - u-boot/commitdiff
ARM/Versatile port: Removed unused functions
authorRoman Mashak <romez777@gmail.com>
Tue, 21 Oct 2008 10:01:41 +0000 (03:01 -0700)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 4 Nov 2008 22:40:05 +0000 (23:40 +0100)
Removal of never used functions.

Signed-off-by: Roman Mashak <romez777@gmail.com>
board/versatile/versatile.c

index 3b9b0207a3354fa18235bf60a73fdf1a70a09a61..0f35caa9be664ebc2138f53f89db3ba272dffe6a 100644 (file)
 
 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;
 }
 
@@ -94,22 +88,6 @@ int misc_init_r (void)
        return (0);
 }
 
-/******************************
- 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: