[coreboot-gerrit] New patch to review for coreboot: northbridge/amd/amdfam10: Correct S3_DATA_POS type from int to hex

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Oct 31 22:21:38 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12287

-gerrit

commit 1119882ab544f50d8f9047b4279771df793b6b40
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Sat Oct 31 16:20:56 2015 -0500

    northbridge/amd/amdfam10: Correct S3_DATA_POS type from int to hex
    
    This resolves a Kconfig warning.
    
    Change-Id: Ic77c8bf89613c116dfdc73572709aeb354e33b2a
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/northbridge/amd/amdfam10/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig
index 39d6ecf..3ea1e46 100644
--- a/src/northbridge/amd/amdfam10/Kconfig
+++ b/src/northbridge/amd/amdfam10/Kconfig
@@ -95,8 +95,8 @@ config S3_DATA_SIZE
 	depends on (HAVE_ACPI_RESUME)
 
 config S3_DATA_POS
-	int
-	default 0
+	hex
+	default 0x0
 	depends on (HAVE_ACPI_RESUME)
 
 if DIMM_DDR2



More information about the coreboot-gerrit mailing list