~ubuntu-branches/ubuntu/utopic/uhd/utopic

« back to all changes in this revision

Viewing changes to debian/patches/0009-x300-Bumped-FPGA-compat-number-to-5.patch

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2014-07-01 22:34:32 UTC
  • mfrom: (9.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140701223432-beg73ip3q8b3lgeg
Tags: 3.7.1-2
* Apply maint branch fixes through release_003_007_001-49-gdf4cf6d
* Fix B2xx udev rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 72f11b3ecb233b8ce214ba7814dbb036575e3f4f Mon Sep 17 00:00:00 2001
 
2
From: Ashish Chaudhari <ashish@ettus.com>
 
3
Date: Fri, 25 Apr 2014 12:24:52 -0700
 
4
Subject: [PATCH 09/31] x300: Bumped FPGA compat number to 5.
 
5
 
 
6
---
 
7
 host/lib/usrp/x300/x300_fw_common.h |    2 +-
 
8
 1 file changed, 1 insertion(+), 1 deletion(-)
 
9
 
 
10
diff --git a/host/lib/usrp/x300/x300_fw_common.h b/host/lib/usrp/x300/x300_fw_common.h
 
11
index 6323916..1edb8b2 100644
 
12
--- a/host/lib/usrp/x300/x300_fw_common.h
 
13
+++ b/host/lib/usrp/x300/x300_fw_common.h
 
14
@@ -31,7 +31,7 @@ extern "C" {
 
15
 
 
16
 #define X300_FW_COMPAT_MAJOR 3
 
17
 #define X300_FW_COMPAT_MINOR 0
 
18
-#define X300_FPGA_COMPAT_MAJOR 4
 
19
+#define X300_FPGA_COMPAT_MAJOR 5
 
20
 
 
21
 //shared memory sections - in between the stack and the program space
 
22
 #define X300_FW_SHMEM_BASE 0x6000
 
23
-- 
 
24
1.7.10.4
 
25