summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/pavilion_m6_1035dx/agesawrapper.h
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-06 17:10:31 -0500
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-09 04:59:14 +0200
commit12fd7791764314163e324cdf58a94ba14e97fc48 (patch)
tree426810b1880697b5297a8322547c1198785c275a /src/mainboard/hp/pavilion_m6_1035dx/agesawrapper.h
parenta0f9ece19c0998a3ecc859edb2f950cdeace47db (diff)
downloadcoreboot-12fd7791764314163e324cdf58a94ba14e97fc48.tar.xz
hp/pavilion_m6_1035dx: Simplify agesawrapper_amdinitcpuio()
TRIVIAL. Rather than using the AGESA functions for PCI and MSR access, use the coreboot variants, which are cleaner and more readable. Change-Id: I4f24820606900e16f0d159df019f4560f1592489 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/5468 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/mainboard/hp/pavilion_m6_1035dx/agesawrapper.h')
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/agesawrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/agesawrapper.h b/src/mainboard/hp/pavilion_m6_1035dx/agesawrapper.h
index 29eedaf707..aa3cc2edcb 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/agesawrapper.h
+++ b/src/mainboard/hp/pavilion_m6_1035dx/agesawrapper.h
@@ -81,7 +81,7 @@ UINT32 agesawrapper_amdinitpost (void);
UINT32 agesawrapper_amdinitmid (void);
UINT32 agesawrapper_amdreadeventlog (UINT8 HeapStatus);
UINT32 agesawrapper_amdinitmmio (void);
-UINT32 agesawrapper_amdinitcpuio (void);
+uint32_t agesawrapper_amdinitcpuio (void);
void *agesawrapper_getlateinitptr (int pick);
UINT32 agesawrapper_amdlaterunaptask (UINT32 Func, UINT32 Data, void *ConfigPtr);
UINT32 agesawrapper_amdS3Save(VOID);