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>
Reviewed-on: https://review.coreboot.org/16835
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Martin Roth 2016-09-30 14:44:54 -06:00
parent 3b87812f00
commit c59cc22e57
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ config AGESA_BINARY_PI_FILE
Specify the binary file to use for AMD platform initialization. Specify the binary file to use for AMD platform initialization.
config AGESA_BINARY_PI_LOCATION config AGESA_BINARY_PI_LOCATION
string "AGESA PI binary address in ROM" hex "AGESA PI binary address in ROM"
default 0xFFE00000 default 0xFFE00000
help help
Specify the ROM address at which to store the binary Platform Specify the ROM address at which to store the binary Platform