diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-12-22 18:00:22 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-12-26 23:23:30 +0100 |
commit | 6c57f64e58c80d9d5d9213dc4a0f3131b6aecd77 (patch) | |
tree | 157eed1413c5ce6f2aab33db628cab445e20816c /src/northbridge | |
parent | 142b52cd322ff69afe974f90a446f62b193d120c (diff) |
AMD fam10: Drop MEM_TRAIN_SEQ
This config was for AMD K8 only.
Change-Id: I76276405b676d1dd4d5dbf8c5b94194a670ccb25
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/4555
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/amdfam10/Kconfig | 4 | ||||
-rw-r--r-- | src/northbridge/amd/amdfam10/amdfam10.h | 8 |
2 files changed, 1 insertions, 11 deletions
diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig index 73da579ec7..d26b05ebdd 100644 --- a/src/northbridge/amd/amdfam10/Kconfig +++ b/src/northbridge/amd/amdfam10/Kconfig @@ -38,10 +38,6 @@ config AMDMCT bool default y -config MEM_TRAIN_SEQ - int - default 0 - config HW_MEM_HOLE_SIZEK hex default 0x100000 diff --git a/src/northbridge/amd/amdfam10/amdfam10.h b/src/northbridge/amd/amdfam10/amdfam10.h index eded51555a..aef2ad6d5c 100644 --- a/src/northbridge/amd/amdfam10/amdfam10.h +++ b/src/northbridge/amd/amdfam10/amdfam10.h @@ -1038,13 +1038,7 @@ struct nodes_info_t { //#define MEM_CS_COPY 1 #define MEM_CS_COPY NODE_NUMS - -#if CONFIG_MEM_TRAIN_SEQ == 0 - #define DQS_DELAY_COPY NODE_NUMS -#else -// #define DQS_DELAY_COPY 1 - #define DQS_DELAY_COPY NODE_NUMS -#endif +#define DQS_DELAY_COPY NODE_NUMS #endif |