AMD F15: Fix warning in Proc/CPU/Feature
commitdfb0686f8435d8e637a3ab23bc07b0ef5caef0e9
authorMartin Roth <martin.roth@se-eng.com>
Tue, 23 Apr 2013 21:11:52 +0000 (23 15:11 -0600)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 3 May 2013 22:25:19 +0000 (4 00:25 +0200)
tree1c0f9505a9de7c0b0417eecb1003a40905520b8e
parent8187f3d32c7ec85d1cc2228e2e7729ffc80c4b89
AMD F15: Fix warning in Proc/CPU/Feature

Fix Warning:
cpuFeatureLeveling.c:265, GNU Compiler 4 (gcc), Priority: Normal
cast to pointer from integer of different size [-Wint-to-pointer-cast]
with an intermediate cast to (intptr_t)

Change-Id: I3bfd2ea1e797632316675338789dabef8f73ba64
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/3126
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/vendorcode/amd/agesa/f15/Proc/CPU/Feature/cpuFeatureLeveling.c