ppc4xx: Code cleanup
authorStefan Roese <sr@denx.de>
Mon, 16 Jul 2007 08:02:12 +0000 (10:02 +0200)
committerStefan Roese <sr@denx.de>
Mon, 16 Jul 2007 08:02:12 +0000 (10:02 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
board/lwmon5/sdram.c
cpu/ppc4xx/44x_spd_ddr.c

index 9a4a8ee..b6863b6 100644 (file)
@@ -54,7 +54,6 @@
 #define MY_TLB_WORD2_I_ENABLE  TLB_WORD2_I_ENABLE      /* disable caching on SDRAM */
 #endif
 
-void program_tlb(u32 phys_addr, u32 virt_addr, u32 size, u32 tlb_word2_i_value);
 void dcbz_area(u32 start_address, u32 num_bytes);
 void dflush(void);
 
index 8c18d0f..0b0c55a 100644 (file)
@@ -271,7 +271,6 @@ typedef struct bank_param BANKPARMS;
 #ifdef CFG_SIMULATE_SPD_EEPROM
 extern unsigned char cfg_simulate_spd_eeprom[128];
 #endif
-void program_tlb(u32 phys_addr, u32 virt_addr, u32 size, u32 tlb_word2_i_value);
 
 static unsigned char spd_read(uchar chip, uint addr);
 static void get_spd_info(unsigned long *dimm_populated,