mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
dediprog: use ordinary USB devs array
Even though there is currently only one USB device ID in the wild using our standard way to define the devices creates nicer output for -L and -z. Corresponding to flashrom svn r1942. 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:
@ -528,6 +528,7 @@ int linux_spi_init(void);
|
||||
/* dediprog.c */
|
||||
#if CONFIG_DEDIPROG == 1
|
||||
int dediprog_init(void);
|
||||
extern const struct dev_entry devs_dediprog[];
|
||||
#endif
|
||||
|
||||
/* ch341a_spi.c */
|
||||
|
Reference in New Issue
Block a user