]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/global_data.h
Fix merge problems
[karo-tx-uboot.git] / include / asm-ppc / global_data.h
index 8cf7b6fb3d76d7f3e74bf0ac1caf16440671d649..be2ce2477827965ccbbfe8eeb6b30e42232be425 100644 (file)
@@ -51,6 +51,9 @@ typedef       struct  global_data {
        unsigned long   cpm_clk;
        unsigned long   scc_clk;
        unsigned long   brg_clk;
+#ifdef CONFIG_PCI
+       unsigned long   pci_clk;
+#endif
 #endif
        unsigned long   mem_clk;
 #if defined(CONFIG_MPC83XX)
@@ -116,7 +119,7 @@ typedef     struct  global_data {
        unsigned long   pev_clk;
        unsigned long   flb_clk;
 #endif
-       unsigned long   ram_size;       /* RAM size */
+       phys_size_t     ram_size;       /* RAM size */
        unsigned long   reloc_off;      /* Relocation Offset */
        unsigned long   reset_status;   /* reset status register at boot        */
        unsigned long   env_addr;       /* Address  of Environment struct       */