mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
pico-imx7d: Do not override addrmap5
The addrmap5 value is the same for the 512MB and 1GB variants, so there is no need to override it. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
committed by
Stefano Babic
parent
c6f69fe712
commit
e5ccad5d00
@@ -97,10 +97,8 @@ static bool is_1g(void)
|
|||||||
|
|
||||||
static void ddr_init(void)
|
static void ddr_init(void)
|
||||||
{
|
{
|
||||||
if (is_1g()) {
|
if (is_1g())
|
||||||
ddrc_regs_val.addrmap5 = 0x07070707;
|
|
||||||
ddrc_regs_val.addrmap6 = 0x0f070707;
|
ddrc_regs_val.addrmap6 = 0x0f070707;
|
||||||
}
|
|
||||||
|
|
||||||
mx7_dram_cfg(&ddrc_regs_val, &ddrc_mp_val, &ddr_phy_regs_val,
|
mx7_dram_cfg(&ddrc_regs_val, &ddrc_mp_val, &ddr_phy_regs_val,
|
||||||
&calib_param);
|
&calib_param);
|
||||||
|
Reference in New Issue
Block a user