diff options
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/rumba/auto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/rumba/auto.c b/src/mainboard/amd/rumba/auto.c index 6b2fd758c0..744cba17d8 100644 --- a/src/mainboard/amd/rumba/auto.c +++ b/src/mainboard/amd/rumba/auto.c @@ -42,7 +42,7 @@ static void sdram_set_spd_registers(const struct mem_controller *ctrl) { #define PLLMSRhi 0x00001490 #define PLLMSRlo 0x02000030 -#define PLLMSRhi2 ((0xde << 16) | (1 << 26) | (1 << 24)) +#define PLLMSRlo1 ((0xde << 16) | (1 << 26) | (1 << 24)) #define PLLMSRlo2 ((1<<14) |(1<<13) | (1<<0)) #include "northbridge/amd/gx2/pll_reset.c" |