mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Move show_id to where it belongs
And remove the unused force parameter. Corresponding to flashrom svn r1569. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -274,6 +274,7 @@ void cleanup_cpu_msr(void);
|
||||
|
||||
/* cbtable.c */
|
||||
void lb_vendor_dev_from_string(const char *boardstring);
|
||||
int show_id(uint8_t *bios, int size);
|
||||
int coreboot_init(void);
|
||||
extern char *lb_part, *lb_vendor;
|
||||
extern int partvendor_from_cbtable;
|
||||
@ -478,9 +479,6 @@ void check_chip_supported(const struct flashctx *flash);
|
||||
int check_max_decode(enum chipbustype buses, uint32_t size);
|
||||
char *extract_programmer_param(const char *param_name);
|
||||
|
||||
/* layout.c */
|
||||
int show_id(uint8_t *bios, int size, int force);
|
||||
|
||||
/* spi.c */
|
||||
enum spi_controller {
|
||||
SPI_CONTROLLER_NONE,
|
||||
|
Reference in New Issue
Block a user