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 <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16835 Tested-by: build bot (Jenkins) Reviewed-by: Kysti Mlkki <kyosti.malkki@gmail.com> Change-Id: Ifd87b6c8dfcdf950aea9b15a6fea45bb72e8b4e9 Reviewed-on: https://chromium-review.googlesource.com/391939 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
306a033bfb
commit
7a80a96268
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue