[coreboot-gerrit] New patch to review for coreboot: vendorcode/amd/pi/Kconfig: update AGESA_BINARY_PI_LOCATION to hex

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Sep 30 23:58:50 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16835

-gerrit

commit 322c1594474889e9ea50dca79b6222e1ddd4298c
Author: Martin Roth <martinroth at google.com>
Date:   Fri Sep 30 14:44:54 2016 -0600

    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.
    
    Change-Id: Ifd87b6c8dfcdf950aea9b15a6fea45bb72e8b4e9
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 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 892892d..0122366 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



More information about the coreboot-gerrit mailing list