common: Display >=4GiB memory bank size
[oweals/u-boot.git] / include / asm-generic / u-boot.h
index c918049386efab781d2fa342937241f0b30ae045..9f3351d602e86442cb1a302e37d275fe0aeec8ed 100644 (file)
@@ -130,8 +130,8 @@ typedef struct bd_info {
        ulong           bi_boot_params; /* where this board expects params */
 #ifdef CONFIG_NR_DRAM_BANKS
        struct {                        /* RAM configuration */
-               ulong start;
-               ulong size;
+               phys_addr_t start;
+               phys_size_t size;
        } bi_dram[CONFIG_NR_DRAM_BANKS];
 #endif /* CONFIG_NR_DRAM_BANKS */
 } bd_t;