util/amdfwtool: Add Mendocino to usage
Add missing Mendocino soc to usage print. Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: I8b995fccc23dcca87d45cc13fbb1ebbc1f0e2add Reviewed-on: https://review.coreboot.org/c/coreboot/+/68226 Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3c963d9e88
commit
7e9801171e
|
@ -204,7 +204,7 @@ static void usage(void)
|
|||
printf(" area\n");
|
||||
printf("--soc-name <socname> 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 <HEX_VAL> SPI fast speed to place in EFS Table\n");
|
||||
printf(" 0x0 66.66Mhz\n");
|
||||
|
|
Loading…
Reference in New Issue