]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-sh/u-boot.h
Change bd/gd memsize/ram_size to be phys_size_t.
[karo-tx-uboot.git] / include / asm-sh / u-boot.h
index b79644cfd28b8a27ee537acae9d0b33ee573fcfa..e89c1936ffdd71c82a3989a5952a348d714c8073 100644 (file)
@@ -27,7 +27,7 @@
 
 typedef struct bd_info {
        unsigned long   bi_memstart;    /* start of DRAM memory */
-       unsigned long   bi_memsize;     /* size  of DRAM memory in bytes */
+       phys_size_t     bi_memsize;     /* size  of DRAM memory in bytes */
        unsigned long   bi_flashstart;  /* start of FLASH memory */
        unsigned long   bi_flashsize;   /* size  of FLASH memory */
        unsigned long   bi_flashoffset; /* reserved area for startup monitor */