]> git.baikalelectronics.ru Git - uboot.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)
commitcfae32e6f7c8d6e028e46cd78ece8fe3b7c87231
tree1c63ad0eef0396a6489071a007c0a12b47445118
parent72a30c66e81e1adc7337df59110ec9c76b437306
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