From 21fa51475d86e5c68b5dd46233fb7889516def78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 24 May 2018 09:56:08 +0300 Subject: AMD geode/lx: Remove generic_sdram.c include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file under lib/ will be removed with K8 and Geode LX is the only other platform using it. Change-Id: Id49d72358ecfc4aae4980e3ae787952073e5c838 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/26509 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/winent/pl6064/romstage.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/winent/pl6064/romstage.c') diff --git a/src/mainboard/winent/pl6064/romstage.c b/src/mainboard/winent/pl6064/romstage.c index a8f64cf35c..ebef4f69c8 100644 --- a/src/mainboard/winent/pl6064/romstage.c +++ b/src/mainboard/winent/pl6064/romstage.c @@ -39,7 +39,6 @@ int spd_read_byte(unsigned int device, unsigned int address) } #include "northbridge/amd/lx/pll_reset.c" -#include "lib/generic_sdram.c" #include "cpu/amd/geode_lx/cpureginit.c" #include "cpu/amd/geode_lx/syspreinit.c" #include "cpu/amd/geode_lx/msrinit.c" -- cgit v1.2.3