aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/a8n_e
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/mainboard/asus/a8n_e
parenta3bdbcc11e9f2d9a83c0ee0a7cfc4fa318341c03 (diff)
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/mainboard/asus/a8n_e')
-rw-r--r--src/mainboard/asus/a8n_e/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/a8n_e/acpi_tables.c b/src/mainboard/asus/a8n_e/acpi_tables.c
index 2e0691595c..c1e53aa4f2 100644
--- a/src/mainboard/asus/a8n_e/acpi_tables.c
+++ b/src/mainboard/asus/a8n_e/acpi_tables.c
@@ -19,7 +19,7 @@
#include <cpu/amd/mtrr.h>
#include <cpu/amd/amdk8_sysconf.h>
#include "../../../northbridge/amd/amdk8/acpi.h"
-//#include <cpu/amd/model_fxx_powernow.h>
+//#include <cpu/amd/powernow.h>
/* APIC */
unsigned long acpi_fill_madt(unsigned long current)