]> git.sur5r.net Git - u-boot/blobdiff - include/asm-arm/global_data.h
MVBC_P: fix compile problem
[u-boot] / include / asm-arm / global_data.h
index 7564ff1469fdbdd3a19ffb5cbc31b7d01a894d4a..7e2a53adb00b692276e8c54db69405a819112fbf 100644 (file)
@@ -48,7 +48,7 @@ typedef       struct  global_data {
 #if 0
        unsigned long   cpu_clk;        /* CPU clock in Hz!             */
        unsigned long   bus_clk;
-       unsigned long   ram_size;       /* RAM size */
+       phys_size_t     ram_size;       /* RAM size */
        unsigned long   reset_status;   /* reset status register at boot */
 #endif
        void            **jt;           /* jump table */