Commit 322d3f6a authored by Takashi Iwai's avatar Takashi Iwai Committed by Greg Kroah-Hartman

misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Tested-by: default avatarJean-Michel Hautbois <jean-michel.hautbois@vodalys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1698da24
......@@ -247,3 +247,4 @@ module_spi_driver(lattice_ecp3_driver);
MODULE_AUTHOR("Stefan Roese <sr@denx.de>");
MODULE_DESCRIPTION("Lattice ECP3 FPGA configuration via SPI");
MODULE_LICENSE("GPL");
MODULE_FIRMWARE(FIRMWARE_NAME);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment