From 7e9801171e6f54433a52278fc62e05f9bf59e4c7 Mon Sep 17 00:00:00 2001 From: Fred Reitberger Date: Fri, 7 Oct 2022 14:00:23 -0400 Subject: util/amdfwtool: Add Mendocino to usage Add missing Mendocino soc to usage print. Signed-off-by: Fred Reitberger Change-Id: I8b995fccc23dcca87d45cc13fbb1ebbc1f0e2add Reviewed-on: https://review.coreboot.org/c/coreboot/+/68226 Reviewed-by: Martin Roth Reviewed-by: Karthik Ramasubramanian Tested-by: build bot (Jenkins) --- util/amdfwtool/amdfwtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/amdfwtool/amdfwtool.c') diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index a93ec87612..241ab63b99 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -204,7 +204,7 @@ static void usage(void) printf(" area\n"); printf("--soc-name Specify SOC name. Supported names are\n"); printf(" Stoneyridge, Raven, Picasso, Renoir, Cezanne\n"); - printf(" Morgana, Glinda, or Lucienne\n"); + printf(" Mendocino, Morgana, Glinda, or Lucienne\n"); printf("\nEmbedded Firmware Structure options used by the PSP:\n"); printf("--spi-speed SPI fast speed to place in EFS Table\n"); printf(" 0x0 66.66Mhz\n"); -- cgit v1.2.3