From 0ac6f8b7498d3608bd1de2280a014e9e23d7b1f2 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 9 Jul 2004 23:27:13 +0000 Subject: Patch by Jon Loeliger, 17 June 2004: Completion of the 8540ADS/8560ADS updates: Fix some PCI and Rapid I/O memory maps, Initialize both TSEC 1 and 2, Initialize SDRAM Update MAINTAINER for 85xx boards and README.mpc85xxads --- board/dave/PPChameleonEVB/PPChameleonEVB.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'board/dave') diff --git a/board/dave/PPChameleonEVB/PPChameleonEVB.c b/board/dave/PPChameleonEVB/PPChameleonEVB.c index 2b12f979a4..ffa53f8232 100644 --- a/board/dave/PPChameleonEVB/PPChameleonEVB.c +++ b/board/dave/PPChameleonEVB/PPChameleonEVB.c @@ -29,15 +29,11 @@ #include #include - /* ------------------------------------------------------------------------- */ - - /* Prototypes */ int gunzip(void *, int, unsigned char *, int *); - int board_early_init_f (void) { out32(GPIO0_OR, CFG_NAND0_CE); /* set initial outputs */ @@ -71,11 +67,9 @@ int board_early_init_f (void) #else mtebc (epcr, 0x28400000); /* ebc in high-z */ #endif - return 0; } - /* ------------------------------------------------------------------------- */ int misc_init_f (void) @@ -168,7 +162,6 @@ int misc_init_r (void) udelay(1000); /* wait 1ms */ SET_FPGA(FPGA_PRG | FPGA_CLK | FPGA_DATA); udelay(1000); /* wait 1ms */ - #endif #if 0 @@ -186,7 +179,6 @@ int misc_init_r (void) return (0); } - /* * Check Board Identity: */ -- cgit v1.2.1