]> git.sur5r.net Git - u-boot/blobdiff - include/asm-blackfin/u-boot.h
TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
[u-boot] / include / asm-blackfin / u-boot.h
index 84f1553e0a898ca44309dffc954cf04d61b19693..9d2903be9a13d9c8a4c29e8f794a9b076c76d889 100644 (file)
@@ -34,7 +34,7 @@ typedef struct bd_info {
        unsigned char bi_enetaddr[6];   /* Ethernet adress */
        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 */