mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
ddr: altera: agilex: Remove code redundancy
Remove redundant code for MPFE CSR firewall disabled as this was already set in DTreg dts. Signed-off-by: Tien Fong Chee <tien.fong.chee@altera.com> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
This commit is contained in:
parent
362c355dd7
commit
2c0faf0721
@ -144,9 +144,6 @@ int sdram_mmr_init_full(struct udevice *dev)
|
||||
DDR_HMC_ECCCTL2_AWB_EN_SET_MSK));
|
||||
}
|
||||
|
||||
/* Enable non-secure reads/writes to HMC Adapter for SDRAM ECC */
|
||||
writel(FW_HMC_ADAPTOR_MPU_MASK, FW_HMC_ADAPTOR_REG_ADDR);
|
||||
|
||||
sdram_size_check(&bd);
|
||||
|
||||
sdram_set_firewall(&bd);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user