summaryrefslogtreecommitdiff
path: root/src/mainboard/pcengines/alix2d
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2018-05-24 09:56:08 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-05-24 13:33:57 +0000
commit21fa51475d86e5c68b5dd46233fb7889516def78 (patch)
tree221097b6ab0fe159f1b45d467bdf987451de3fd5 /src/mainboard/pcengines/alix2d
parentbb748c5f92325b3342aed0286c05a4f8e385fd29 (diff)
downloadcoreboot-21fa51475d86e5c68b5dd46233fb7889516def78.tar.xz
AMD geode/lx: Remove generic_sdram.c include
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 <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/26509 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/pcengines/alix2d')
-rw-r--r--src/mainboard/pcengines/alix2d/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/pcengines/alix2d/romstage.c b/src/mainboard/pcengines/alix2d/romstage.c
index 750f755859..e653c9f03e 100644
--- a/src/mainboard/pcengines/alix2d/romstage.c
+++ b/src/mainboard/pcengines/alix2d/romstage.c
@@ -86,7 +86,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"