amdfwtool: Remove the hints of flag --combo-capable

A few references to "--combo-capable" were left after commit 4bfb36ed68

Change-Id: I6f425db2a8b86d7ad928baee6bc7b07e5190ba37
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73281
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Zheng Bao 2023-02-26 12:31:31 +08:00 committed by Fred Reitberger
parent 6095cd1501
commit c91867af13
1 changed files with 1 additions and 4 deletions

View File

@ -122,7 +122,7 @@ enum signature_id {
* *
* Modern generations supporting the combo directories require the * Modern generations supporting the combo directories require the
* pointer to be at offset 0x14 of the Embedded Firmware Structure, * pointer to be at offset 0x14 of the Embedded Firmware Structure,
* regardless of the type of directory used. The --combo-capable * regardless of the type of directory used. The --use-combo
* argument enforces this placement. * argument enforces this placement.
* *
* TODO: Future work may require fully implementing the PSP_COMBO feature. * TODO: Future work may require fully implementing the PSP_COMBO feature.
@ -189,9 +189,6 @@ static void usage(void)
printf("--gec <FILE> Add GEC blob\n"); printf("--gec <FILE> Add GEC blob\n");
printf("\nPSP options:\n"); printf("\nPSP options:\n");
printf("--combo-capable Place PSP directory pointer at Embedded\n");
printf(" Firmware\n");
printf(" offset able to support combo directory\n");
printf("--use-combo Use the COMBO layout\n"); printf("--use-combo Use the COMBO layout\n");
printf("--multilevel Generate primary and secondary tables\n"); printf("--multilevel Generate primary and secondary tables\n");
printf("--nvram <FILE> Add nvram binary\n"); printf("--nvram <FILE> Add nvram binary\n");