]> git.dujemihanovic.xyz Git - u-boot.git/commit
ddr: altera: Stratix10: Use phys_size_t for memory size
authorTien Fong Chee <tien.fong.chee@intel.com>
Wed, 27 Apr 2022 04:52:42 +0000 (12:52 +0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Thu, 16 Jun 2022 08:10:58 +0000 (16:10 +0800)
commit39bbcc341bda435899cb623a19d20727ca98c67a
tree1c63ad0eef0396a6489071a007c0a12b47445118
parentee06c5390f2f1e2f1bc23e14a7cd8665c1e42ff4
ddr: altera: Stratix10: Use phys_size_t for memory size

Replace with phys_size_t for all memory size variables declaration
for the sake of scalability. phys_size_t is defined in
/arch/arm/include/asm/types.h.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
drivers/ddr/altera/sdram_s10.c