diff options
author | Florian Zumbiehl <florz@florz.de> | 2011-12-10 19:39:49 +0100 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-12-14 08:50:45 +0100 |
commit | 36b53bf2445f85cd89711de37e4123f761478afe (patch) | |
tree | a865d069a4e5ee99dc82a6ff2bbd74b034ef974b /src/mainboard | |
parent | 20d9de33ccb71d3cd233f77f244af4e53c8846ca (diff) |
k8: add CONFIG_K8_FORCE_2T_DRAM_TIMING and enable it for asus k8v-x
Change-Id: Ia457f92f6fb7e287defb838db07f12d0f1766757
Signed-off-by: Florian Zumbiehl <florz@florz.de>
Reviewed-on: http://review.coreboot.org/481
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/asus/k8v-x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asus/k8v-x/Kconfig b/src/mainboard/asus/k8v-x/Kconfig index d297143404..114c6096c3 100644 --- a/src/mainboard/asus/k8v-x/Kconfig +++ b/src/mainboard/asus/k8v-x/Kconfig @@ -15,6 +15,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_512 select RAMINIT_SYSINFO select SET_FIDVID + select K8_FORCE_2T_DRAM_TIMING config MAINBOARD_DIR string |