diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2023-02-26 12:31:31 +0800 |
---|---|---|
committer | Fred Reitberger <reitbergerfred@gmail.com> | 2023-03-01 13:24:32 +0000 |
commit | c91867af13896ceddae00cb1e8d32614b2158b45 (patch) | |
tree | 745855983f5eeaa78abd87fa523029946b0bdfce /util/amdfwtool/amdfwtool.c | |
parent | 6095cd1501143025c51a6505fd37c4e2614f0347 (diff) |
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 <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>
Diffstat (limited to 'util/amdfwtool/amdfwtool.c')
-rw-r--r-- | util/amdfwtool/amdfwtool.c | 5 |
1 files changed, 1 insertions, 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 <FILE> 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 <FILE> Add nvram binary\n"); |