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@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/12287
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Timothy Pearson 2015-10-31 16:20:56 -05:00 committed by Martin Roth
parent babb2e67bc
commit b2a1a59ab5
1 changed files with 2 additions and 2 deletions

View File

@ -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