summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-11-09 00:33:44 +0100
committerWolfgang Denk <wd@denx.de>2008-11-09 00:33:44 +0100
commit1378174a1351c0285736863a665ab758fe8d5f71 (patch)
tree65890683c68308b55aaf0d504e00f5a9bdbd01e5 /board
parentbad4d11221896f9cf10ef6cf4174472b7b73e6ba (diff)
parent2e4dcb64d1c6bc0bcab2432d41b0185e0eb942ae (diff)
downloadu-boot-imx-1378174a1351c0285736863a665ab758fe8d5f71.zip
u-boot-imx-1378174a1351c0285736863a665ab758fe8d5f71.tar.gz
u-boot-imx-1378174a1351c0285736863a665ab758fe8d5f71.tar.bz2
Merge branch 'master' of /home/wd/git/u-boot/custodians
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 3b9b020..0f35caa 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;