summaryrefslogtreecommitdiff
path: root/wct4xxp/base.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-16 01:28:54 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-16 01:28:54 +0000
commit76f1e96f8dc1882f9e992bdf80489929aa746a88 (patch)
tree6197c933e076ba1c8d2c9ad625c03648217afd6d /wct4xxp/base.c
parent1c8d37674171447cb9529db2f0c6b2e12abe3bc8 (diff)
eliminate the fw2h tool, and instead use objcopy to directly make object files from the firmware binary files
pass HOTPLUG_FIRMWARE down to the module build so that we can avoid various compiler warnings git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1818 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp/base.c')
-rw-r--r--wct4xxp/base.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index 68200be..73453fa 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -47,6 +47,11 @@
#include "wct4xxp.h"
#include "vpm450m.h"
+#ifdef HOTPLUG_FIRMWARE
+static const char *oct064_firmware = "OCT6114-64D.ima";
+static const char *oct128_firmware = "OCT6114-128D.ima";
+#endif
+
/*
* Tasklets provide better system interactive response at the cost of the
* possibility of losing a frame of data at very infrequent intervals. If