]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/global_data.h
Change bd/gd memsize/ram_size to be phys_size_t.
[karo-tx-uboot.git] / include / asm-ppc / global_data.h
index 8cf7b6fb3d76d7f3e74bf0ac1caf16440671d649..c5ac6584acb4c942e1f57ab481a0726ad304fb6d 100644 (file)
@@ -116,7 +116,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       */