]> git.sur5r.net Git - u-boot/blobdiff - include/asm-mips/u-boot.h
Change bd/gd memsize/ram_size to be phys_size_t.
[u-boot] / include / asm-mips / u-boot.h
index d1273a4535663f781d5b7780f81fe287c452c9d6..9ecb9ac3273ad48a926df101d8e01cf86f9054e7 100644 (file)
@@ -38,7 +38,7 @@ typedef struct bd_info {
        unsigned long   bi_arch_number; /* unique id for this board */
        unsigned long   bi_boot_params; /* where this board expects params */
        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 */