X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-sh%2Fu-boot.h;h=e89c1936ffdd71c82a3989a5952a348d714c8073;hb=e70ef33b6b57a37d56745904495fe298d2ecf03b;hp=c74e97cdfb509f9a52b212a0b94d9423bca54015;hpb=749ae4c6970549321895de744fb5ac6d383c1b46;p=oweals%2Fu-boot.git diff --git a/include/asm-sh/u-boot.h b/include/asm-sh/u-boot.h index c74e97cdfb..e89c1936ff 100644 --- a/include/asm-sh/u-boot.h +++ b/include/asm-sh/u-boot.h @@ -25,10 +25,9 @@ #ifndef __ASM_SH_U_BOOT_H_ #define __ASM_SH_U_BOOT_H_ - 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 */ @@ -41,4 +40,3 @@ typedef struct bd_info { } bd_t; #endif -