diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-17 00:58:36 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-23 00:10:04 +0200 |
commit | de7a01abd8aeb167946f391327e1e0d1e01f90c9 (patch) | |
tree | 948bb53656a0e2bb1c80fd32563ec530760d29a0 /board/armltd/integratorcp | |
parent | f54851a6e3844b7e01581b5a9681f294118b7529 (diff) | |
download | u-boot-imx-de7a01abd8aeb167946f391327e1e0d1e01f90c9.zip u-boot-imx-de7a01abd8aeb167946f391327e1e0d1e01f90c9.tar.gz u-boot-imx-de7a01abd8aeb167946f391327e1e0d1e01f90c9.tar.bz2 |
integratorap/cp/versatile: remove non used functions
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Peter Pearse <peter.pearse@arm.com>
Diffstat (limited to 'board/armltd/integratorcp')
-rw-r--r-- | board/armltd/integratorcp/integratorcp.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/board/armltd/integratorcp/integratorcp.c b/board/armltd/integratorcp/integratorcp.c index 16620bb..5897147 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,12 +69,9 @@ extern void cm_remap(void); icache_enable (); - flash__init (); - ether__init (); return 0; } - int misc_init_r (void) { setenv("verify", "n"); @@ -87,22 +82,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) { gd->bd->bi_dram[0].start = PHYS_SDRAM_1; |