mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
rockchip/rk3399: Remove empty function in sdram.c
This removes an empty function for sdram training. If it's needed later, we can always add it back. BRANCH=none BUG=none TEST=build and boot firmware for kevin/gru Change-Id: I6bf77d2f81719c68cd78722c3fe9ae547ea1e79c Signed-off-by: Derek Basehore <dbasehore@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/354164 Reviewed-by: Martin Roth <martinroth@chromium.org>
This commit is contained in:
parent
e0342e5c01
commit
3e93461b96
1 changed files with 0 additions and 5 deletions
|
@ -111,10 +111,6 @@ static void copy_to_reg(u32 *dest, const u32 *src, u32 n)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ddr_move_to_access_state(u32 channel)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
static void phy_dll_bypass_set(u32 channel,
|
static void phy_dll_bypass_set(u32 channel,
|
||||||
struct rk3399_ddr_publ_regs *ddr_publ_regs, u32 freq)
|
struct rk3399_ddr_publ_regs *ddr_publ_regs, u32 freq)
|
||||||
{
|
{
|
||||||
|
@ -951,7 +947,6 @@ void sdram_init(const struct rk3399_sdram_params *sdram_params)
|
||||||
|
|
||||||
set_ddrconfig(sdram_params, channel,
|
set_ddrconfig(sdram_params, channel,
|
||||||
sdram_params->ch[channel].ddrconfig);
|
sdram_params->ch[channel].ddrconfig);
|
||||||
ddr_move_to_access_state(channel);
|
|
||||||
}
|
}
|
||||||
dram_all_config(sdram_params);
|
dram_all_config(sdram_params);
|
||||||
printk(BIOS_INFO, "Finish SDRAM initialization...\n");
|
printk(BIOS_INFO, "Finish SDRAM initialization...\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue