diff options
Diffstat (limited to 'board/esd/hh405/hh405.c')
| -rw-r--r-- | board/esd/hh405/hh405.c | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/board/esd/hh405/hh405.c b/board/esd/hh405/hh405.c index 802491a31..9fc41c879 100644 --- a/board/esd/hh405/hh405.c +++ b/board/esd/hh405/hh405.c @@ -643,23 +643,6 @@ int checkboard (void)  	return 0;  } - -phys_size_t initdram (int board_type) -{ -	unsigned long val; - -	mtdcr(memcfga, mem_mb0cf); -	val = mfdcr(memcfgd); - -#if 0 -	printf("\nmb0cf=%x\n", val); /* test-only */ -	printf("strap=%x\n", mfdcr(strap)); /* test-only */ -#endif - -	return (4*1024*1024 << ((val & 0x000e0000) >> 17)); -} - -  #ifdef CONFIG_IDE_RESET  void ide_set_reset(int on)  { |