diff options
Diffstat (limited to 'board/dave/PPChameleonEVB/PPChameleonEVB.c')
-rw-r--r-- | board/dave/PPChameleonEVB/PPChameleonEVB.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/dave/PPChameleonEVB/PPChameleonEVB.c b/board/dave/PPChameleonEVB/PPChameleonEVB.c index 2b12f97..ffa53f8 100644 --- a/board/dave/PPChameleonEVB/PPChameleonEVB.c +++ b/board/dave/PPChameleonEVB/PPChameleonEVB.c @@ -29,15 +29,11 @@ #include <command.h> #include <malloc.h> - /* ------------------------------------------------------------------------- */ - - /* 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: */ |