From c91867af13896ceddae00cb1e8d32614b2158b45 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Sun, 26 Feb 2023 12:31:31 +0800 Subject: [PATCH] amdfwtool: Remove the hints of flag --combo-capable A few references to "--combo-capable" were left after commit 4bfb36ed68154d8ee6fc77a6b2bf79938cae9e8a Change-Id: I6f425db2a8b86d7ad928baee6bc7b07e5190ba37 Signed-off-by: Zheng Bao Reviewed-on: https://review.coreboot.org/c/coreboot/+/73281 Reviewed-by: Fred Reitberger Tested-by: build bot (Jenkins) --- util/amdfwtool/amdfwtool.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index b946a1bf54..0d5acee111 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -122,7 +122,7 @@ enum signature_id { * * Modern generations supporting the combo directories require the * 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. * * TODO: Future work may require fully implementing the PSP_COMBO feature. @@ -189,9 +189,6 @@ static void usage(void) printf("--gec Add GEC blob\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("--multilevel Generate primary and secondary tables\n"); printf("--nvram Add nvram binary\n");