add hook for spdrom iohub selection

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1253 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2003-11-04 12:21:15 +00:00
parent 163309a7e6
commit 978c16fb70
1 changed files with 1 additions and 0 deletions

View File

@ -2304,6 +2304,7 @@ static void spd_set_dram_timing(const struct mem_controller *ctrl, const struct
static void sdram_set_spd_registers(const struct mem_controller *ctrl)
{
const struct mem_param *param;
activate_spd_rom(ctrl);
spd_enable_2channels(ctrl);
spd_set_ram_size(ctrl);
spd_handle_unbuffered_dimms(ctrl);