diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-05-27 20:53:29 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-07-11 06:50:47 +0000 |
commit | 7104fe261841ad40e11656becc6d8f54de53104b (patch) | |
tree | ac5fbd3231481f209e18dbc9f9b0f992d756ad35 /src/vendorcode/amd/pi/00660F01/binaryPI | |
parent | bf2d219996123d1f44f66f91a210a54d52113e87 (diff) |
binaryPI: Define AGESA blob in CBFS as Kconfig string
Change-Id: I0f78cb275ecad732f81c609564a0640f03d2559e
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/19983
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/pi/00660F01/binaryPI')
-rw-r--r-- | src/vendorcode/amd/pi/00660F01/binaryPI/AGESA.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vendorcode/amd/pi/00660F01/binaryPI/AGESA.c b/src/vendorcode/amd/pi/00660F01/binaryPI/AGESA.c index 66a8393a73..405a45075d 100644 --- a/src/vendorcode/amd/pi/00660F01/binaryPI/AGESA.c +++ b/src/vendorcode/amd/pi/00660F01/binaryPI/AGESA.c @@ -52,9 +52,6 @@ #include <console/console.h> #include <commonlib/loglevel.h> -// TODO Add a kconfig option to name the AGESA ROM file in CBFS -#define CONFIG_CBFS_AGESA_NAME "AGESA" - // TODO These need to be replaced with calls to CreateStruct() AGESA_STATUS HeapAllocateBuffer ( |