mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
ddr: socfpga: Fix newline in debug print on A10
The debug print is missing a newline, add it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <chin.liang.see@intel.com> Cc: Dinh Nguyen <dinguyen@kernel.org> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Cc: Tien Fong Chee <tien.fong.chee@intel.com>
This commit is contained in:
@@ -270,7 +270,7 @@ static u64 sdram_size_calc(void)
|
|||||||
size *= (2 << (readl(&socfpga_ecc_hmc_base->ddrioctrl) &
|
size *= (2 << (readl(&socfpga_ecc_hmc_base->ddrioctrl) &
|
||||||
ALT_ECC_HMC_OCP_DDRIOCTRL_IO_SIZE_MSK));
|
ALT_ECC_HMC_OCP_DDRIOCTRL_IO_SIZE_MSK));
|
||||||
|
|
||||||
debug("SDRAM size=%llu", size);
|
debug("SDRAM size=%llu\n", size);
|
||||||
|
|
||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user