From 978c16fb7077e5aaf2c138cdade21df43a7aaa06 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 4 Nov 2003 12:21:15 +0000 Subject: add hook for spdrom iohub selection git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1253 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdk8/raminit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/amd') diff --git a/src/northbridge/amd/amdk8/raminit.c b/src/northbridge/amd/amdk8/raminit.c index 437ef2655d..02b212ed69 100644 --- a/src/northbridge/amd/amdk8/raminit.c +++ b/src/northbridge/amd/amdk8/raminit.c @@ -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); -- cgit v1.2.3