From 7a80a962682169cf3b7f2681846d89489cda2b89 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 30 Sep 2016 14:44:54 -0600 Subject: [PATCH] UPSTREAM: vendorcode/amd/pi/Kconfig: update AGESA_BINARY_PI_LOCATION to hex The AGESA_BINARY_PI_LOCATION Kconfig symbol was declared as a string. Change it to a hex value. BUG=None BRANCH=None TEST=None Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/16835 Tested-by: build bot (Jenkins) Reviewed-by: Kysti Mlkki Change-Id: Ifd87b6c8dfcdf950aea9b15a6fea45bb72e8b4e9 Reviewed-on: https://chromium-review.googlesource.com/391939 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/vendorcode/amd/pi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vendorcode/amd/pi/Kconfig b/src/vendorcode/amd/pi/Kconfig index 892892dcd2..0122366c78 100644 --- a/src/vendorcode/amd/pi/Kconfig +++ b/src/vendorcode/amd/pi/Kconfig @@ -45,7 +45,7 @@ config AGESA_BINARY_PI_FILE Specify the binary file to use for AMD platform initialization. config AGESA_BINARY_PI_LOCATION - string "AGESA PI binary address in ROM" + hex "AGESA PI binary address in ROM" default 0xFFE00000 help Specify the ROM address at which to store the binary Platform