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:
committed by
Fred Reitberger
parent
4b6aa195b4
commit
994ff52464
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user