]> git.sur5r.net Git - u-boot/blobdiff - include/asm-sparc/global_data.h
FSL DDR: Convert MPC8548CDS to new DDR code.
[u-boot] / include / asm-sparc / global_data.h
index de2c84b22b3bfd187f4c2744631b8fcdba47c1dd..a8d85f1b5c5920c7d428d1ba87243d7ca889804f 100644 (file)
@@ -46,7 +46,7 @@ typedef struct global_data {
        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 reloc_off;        /* Relocation Offset */
        unsigned long reset_status;     /* reset status register at boot        */
        unsigned long env_addr; /* Address  of Environment struct       */