Martin Roth (martinroth@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@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@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