]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-nios/u-boot.h
Change bd/gd memsize/ram_size to be phys_size_t.
[karo-tx-uboot.git] / include / asm-nios / u-boot.h
index aae4be13c463f89da84b535a244be6cd4889b393..3436185a8fc3500bc5ef54fbc58aea48f0f70c67 100644 (file)
@@ -34,7 +34,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 */