diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-06-27 10:20:40 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-14 17:44:32 -0400 |
commit | fb54be8755d386008bfadb7fc8ff89451fa3a9c9 (patch) | |
tree | 130eb5a6b60a3dd2c94362785a44dedfae1a2fab /firmware/Makefile | |
parent | c466774636b3cc43c2c304b44e52974d9d53f3e0 (diff) |
vicam: use request_firmware()
Although it wasn't actually using ihex records before, we use the Intel
HEX record format for this firmware -- because that gives us a simple
way to split it into separate chunks internally as we need, without
loading each part as a separate file.
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 331d10cf6518..5ed36ae1a414 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -63,6 +63,7 @@ fw-shipped-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat_loader.fw whiteheat.fw \ | |||
63 | # whiteheat_loader_debug.fw | 63 | # whiteheat_loader_debug.fw |
64 | fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda/keyspan_pda.fw | 64 | fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda/keyspan_pda.fw |
65 | fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw | 65 | fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw |
66 | fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw | ||
66 | fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin | 67 | fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin |
67 | 68 | ||
68 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) | 69 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) |