aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd
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/amd
parentbb748c5f92325b3342aed0286c05a4f8e385fd29 (diff)
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/amd')
-rw-r--r--src/mainboard/amd/db800/romstage.c1
-rw-r--r--src/mainboard/amd/f2950/romstage.c1
-rw-r--r--src/mainboard/amd/norwich/romstage.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/amd/db800/romstage.c b/src/mainboard/amd/db800/romstage.c
index 5ebc76dc1e..fb553cee17 100644
--- a/src/mainboard/amd/db800/romstage.c
+++ b/src/mainboard/amd/db800/romstage.c
@@ -37,7 +37,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"
diff --git a/src/mainboard/amd/f2950/romstage.c b/src/mainboard/amd/f2950/romstage.c
index 341a8eab9f..7a28cfd8ce 100644
--- a/src/mainboard/amd/f2950/romstage.c
+++ b/src/mainboard/amd/f2950/romstage.c
@@ -40,7 +40,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"
diff --git a/src/mainboard/amd/norwich/romstage.c b/src/mainboard/amd/norwich/romstage.c
index 288a647ff2..3111f2c6e8 100644
--- a/src/mainboard/amd/norwich/romstage.c
+++ b/src/mainboard/amd/norwich/romstage.c
@@ -33,7 +33,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"