diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-11-04 12:21:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-11-04 12:21:15 +0000 |
commit | 978c16fb7077e5aaf2c138cdade21df43a7aaa06 (patch) | |
tree | 5cab5fd2be98f078f6274e9ccd1a2e73005cf0ef /src/northbridge/amd | |
parent | 163309a7e649b3ec1a685321a53d6e35d2c1d5ff (diff) |
add hook for spdrom iohub selection
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1253 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/amdk8/raminit.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |