mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
Fix building with GCC 4.9
It doesn't like empty initializers. Change-Id: If2988e60401155f87ee3369c77f00ccf9332012c Signed-off-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-on: https://review.coreboot.org/c/flashrom/+/36629 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:

committed by
Nico Huber

parent
93737bcaf5
commit
83c56b870b
@ -48,7 +48,7 @@
|
||||
const struct dev_entry devs_usbblasterspi[] = {
|
||||
{ALTERA_VID, ALTERA_USBBLASTER_PID, OK, "Altera", "USB-Blaster"},
|
||||
|
||||
{}
|
||||
{0}
|
||||
};
|
||||
|
||||
static const struct spi_master spi_master_usbblaster;
|
||||
|
Reference in New Issue
Block a user