summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-10-05 14:54:26 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-10-19 10:55:51 +0200
commit47432544242e025b151ed56739f6cf6cbdfd3f94 (patch)
tree03e539e85036f57742dddcfbe4e2e4f23275acf9 /src/southbridge/amd/sb600
parenta3bdbcc11e9f2d9a83c0ee0a7cfc4fa318341c03 (diff)
downloadcoreboot-47432544242e025b151ed56739f6cf6cbdfd3f94.tar.xz
amd: rename model_fxx_powernow to powernow.
Change-Id: Iee581183f9cd9f5fecd5604536b735f6a04a0f93 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7019 Tested-by: build bot (Jenkins) Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
Diffstat (limited to 'src/southbridge/amd/sb600')
-rw-r--r--src/southbridge/amd/sb600/lpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/amd/sb600/lpc.c b/src/southbridge/amd/sb600/lpc.c
index 329aa1dc63..7f1ca2597a 100644
--- a/src/southbridge/amd/sb600/lpc.c
+++ b/src/southbridge/amd/sb600/lpc.c
@@ -30,7 +30,7 @@
#include <arch/io.h>
#include <arch/ioapic.h>
#include <arch/acpi.h>
-#include <cpu/amd/model_fxx_powernow.h>
+#include <cpu/amd/powernow.h>
#include "sb600.h"
static void lpc_init(device_t dev)
@@ -224,7 +224,7 @@ static void sb600_lpc_enable_resources(device_t dev)
extern u16 pm_base;
static void southbridge_acpi_fill_ssdt_generator(void) {
- amd_model_fxx_generate_powernow(pm_base + 8, 6, 1);
+ amd_generate_powernow(pm_base + 8, 6, 1);
}
#endif