]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-sh/global_data.h
Change bd/gd memsize/ram_size to be phys_size_t.
[karo-tx-uboot.git] / include / asm-sh / global_data.h
index 69af24a7708cc45ea7d80a27d75b397e3cd11b9b..d61421b68748fe6362dc027c0d7eedf15004c3da 100644 (file)
@@ -34,7 +34,7 @@ typedef       struct global_data
        unsigned long   baudrate;
        unsigned long   cpu_clk;        /* CPU clock in Hz! */
        unsigned long   have_console;   /* serial_init() was called */
-       unsigned long   ram_size;       /* RAM size */
+       phys_size_t     ram_size;       /* RAM size */
        unsigned long   reloc_off;      /* Relocation Offset */
        unsigned long   env_addr;       /* Address  of Environment struct */
        unsigned long   env_valid;      /* Checksum of Environment valid */