]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/dave/PPChameleonEVB/PPChameleonEVB.c
Patch by Jon Loeliger, 17 June 2004:
[karo-tx-uboot.git] / board / dave / PPChameleonEVB / PPChameleonEVB.c
index 2b12f979a48386b8dcaca0d8255a044807989eaa..ffa53f8232a34e7a17f8bf56ccc1e61807378d71 100644 (file)
 #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:
  */