mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00: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:
parent
c6f69fe712
commit
e5ccad5d00
1 changed files with 1 additions and 3 deletions
|
@ -97,10 +97,8 @@ static bool is_1g(void)
|
|||
|
||||
static void ddr_init(void)
|
||||
{
|
||||
if (is_1g()) {
|
||||
ddrc_regs_val.addrmap5 = 0x07070707;
|
||||
if (is_1g())
|
||||
ddrc_regs_val.addrmap6 = 0x0f070707;
|
||||
}
|
||||
|
||||
mx7_dram_cfg(&ddrc_regs_val, &ddrc_mp_val, &ddr_phy_regs_val,
|
||||
&calib_param);
|
||||
|
|
Loading…
Reference in a new issue