diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-07-04 13:36:09 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-14 17:44:39 -0400 |
commit | d12b219a228efe92f0778ed3af21305e65fbb052 (patch) | |
tree | 744a10a28e5d1d26d355253db19a119b0f92a788 /firmware/Makefile | |
parent | 5b9ea9322605da09d6f7119f03f71cc52b044911 (diff) |
edgeport-ti: use request_firmware()
Firmware blob looks like this...
uint8_t MajorVersion
uint8_t MinorVersion
__le16 BuildNumber
uint8_t data[]
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index be3a9e97d569..a162b2928fbd 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -61,6 +61,7 @@ endif | |||
61 | fw-shipped-$(CONFIG_USB_SERIAL_TI) += ti_3410.fw ti_5052.fw | 61 | fw-shipped-$(CONFIG_USB_SERIAL_TI) += ti_3410.fw ti_5052.fw |
62 | fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT) += edgeport/boot.fw edgeport/boot2.fw \ | 62 | fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT) += edgeport/boot.fw edgeport/boot2.fw \ |
63 | edgeport/down.fw edgeport/down2.fw | 63 | edgeport/down.fw edgeport/down2.fw |
64 | fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += edgeport/down3.bin | ||
64 | fw-shipped-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat_loader.fw whiteheat.fw \ | 65 | fw-shipped-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat_loader.fw whiteheat.fw \ |
65 | # whiteheat_loader_debug.fw | 66 | # whiteheat_loader_debug.fw |
66 | fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda/keyspan_pda.fw | 67 | fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda/keyspan_pda.fw |