From de7a01abd8aeb167946f391327e1e0d1e01f90c9 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 17 May 2009 00:58:36 +0200 Subject: integratorap/cp/versatile: remove non used functions Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Peter Pearse --- board/armltd/integratorcp/integratorcp.c | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'board/armltd/integratorcp/integratorcp.c') diff --git a/board/armltd/integratorcp/integratorcp.c b/board/armltd/integratorcp/integratorcp.c index 16620bb9d8..589714784f 100644 --- a/board/armltd/integratorcp/integratorcp.c +++ b/board/armltd/integratorcp/integratorcp.c @@ -37,8 +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) @@ -71,34 +69,15 @@ extern void cm_remap(void); icache_enable (); - flash__init (); - ether__init (); return 0; } - int misc_init_r (void) { setenv("verify", "n"); 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: -- cgit