amdfwtool: Remove the option --list which nobody uses

It was used for printing the dependencies which is now taken by macro
DEP_FILES in soc/amd/common/Makefile.inc.

TEST=binary identical test on google/guybrush amd/chausie

Change-Id: I1b86df2cb2ed178cf0a263c50ccb3e2254a3852b
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73627
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Zheng Bao
2023-03-09 11:43:55 +08:00
committed by Fred Reitberger
parent 4b6aa195b4
commit 994ff52464
3 changed files with 12 additions and 29 deletions

View File

@@ -409,7 +409,7 @@ typedef struct _amd_cb_config {
} amd_cb_config;
void register_fw_fuse(char *str);
uint8_t process_config(FILE *config, amd_cb_config *cb_config, uint8_t print_deps);
uint8_t process_config(FILE *config, amd_cb_config *cb_config);
#define OK 0