diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2023-03-23 10:52:59 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-03-24 14:05:49 +0000 |
commit | e3ebc4fe315979ad5df9748cac5634bf53274355 (patch) | |
tree | a4fc3ac3edce414297132aea10f80d621dc1a696 /util/amdfwtool/amdfwtool.c | |
parent | c25d5935d3405be22c2bb638049e60d72a99f83e (diff) |
amdfwtool: Add missing help information for --combo-config1
Change-Id: I6b69965991daadaf8b4148b06d0715b087021c9b
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73928
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'util/amdfwtool/amdfwtool.c')
-rw-r--r-- | util/amdfwtool/amdfwtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index fb371e7487..6d483d011e 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -175,6 +175,7 @@ static void usage(void) printf("\nPSP options:\n"); printf("--use-combo Use the COMBO layout\n"); + printf("--combo-config1 <config file> Config for 1st combo entry\n"); printf("--multilevel Generate primary and secondary tables\n"); printf("--nvram <FILE> Add nvram binary\n"); printf("--soft-fuse Set soft fuse\n"); |