soc/sifive/fu540: Remove PLL parameters from sdram.c

These parameters are not used and not necessary in sdram.c, because the
DDR PLL is configured in clock.c.

Change-Id: I8060bd21e05765cedf7bdabc28052c32774f9ca1
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/28710
Reviewed-by: Philipp Hug <philipp@hug.cx>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Jonathan Neuschäfer 2018-09-21 17:34:50 +02:00 committed by Ronald G. Minnich
parent ae91cdabf6
commit 0fb58f32c4
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@
#include "ddrregs.h"
#define DDR_SIZE (8UL * 1024UL * 1024UL * 1024UL)
#define DDRCTLPLL_F 55
#define DDRCTLPLL_Q 2
void sdram_init(void)
{