mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
ppc4xx: Code cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
2a49fc17d0
commit
8848ec858f
@ -54,7 +54,6 @@
|
|||||||
#define MY_TLB_WORD2_I_ENABLE TLB_WORD2_I_ENABLE /* disable caching on SDRAM */
|
#define MY_TLB_WORD2_I_ENABLE TLB_WORD2_I_ENABLE /* disable caching on SDRAM */
|
||||||
#endif
|
#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 dcbz_area(u32 start_address, u32 num_bytes);
|
||||||
void dflush(void);
|
void dflush(void);
|
||||||
|
|
||||||
|
@ -271,7 +271,6 @@ typedef struct bank_param BANKPARMS;
|
|||||||
#ifdef CFG_SIMULATE_SPD_EEPROM
|
#ifdef CFG_SIMULATE_SPD_EEPROM
|
||||||
extern unsigned char cfg_simulate_spd_eeprom[128];
|
extern unsigned char cfg_simulate_spd_eeprom[128];
|
||||||
#endif
|
#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 unsigned char spd_read(uchar chip, uint addr);
|
||||||
static void get_spd_info(unsigned long *dimm_populated,
|
static void get_spd_info(unsigned long *dimm_populated,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user