]> Git Repo - J-u-boot.git/blobdiff - cmd/universe.c
Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"
[J-u-boot.git] / cmd / universe.c
index d1a712829d014e7d1a338dc2fff112c1941a9b6f..1445d5301f2e59054f968dad151dcb4d20274fca 100644 (file)
@@ -14,7 +14,6 @@
 #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA
 #define PCI_DEVICE PCI_DEVICE_ID_TUNDRA_CA91C042
 
-
 typedef struct _UNI_DEV UNI_DEV;
 
 struct _UNI_DEV {
@@ -26,7 +25,6 @@ struct _UNI_DEV {
 
 static UNI_DEV   *dev;
 
-
 int universe_init(void)
 {
        int j, result;
@@ -112,7 +110,6 @@ int universe_init(void)
        return result;
 }
 
-
 /*
  * Create pci slave window (access: pci -> vme)
  */
@@ -209,7 +206,6 @@ int universe_pci_slave_window(unsigned int pciAddr, unsigned int vmeAddr, int si
        return -result;
 }
 
-
 /*
  * Create vme slave window (access: vme -> pci)
  */
@@ -294,7 +290,6 @@ int universe_vme_slave_window(unsigned int vmeAddr, unsigned int pciAddr, int si
        return -result;
 }
 
-
 /*
  * Tundra Universe configuration
  */
@@ -342,7 +337,6 @@ int do_universe(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
        return 0;
 }
 
-
 U_BOOT_CMD(
        universe,       8,      1,      do_universe,
        "initialize and configure Turndra Universe",
This page took 0.023781 seconds and 4 git commands to generate.