aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dsplink/files/dmai-update-cpu-name.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-12 13:03:42 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-12 13:03:42 +0200
commit649b44a943f5a2cca45b346b903e6cdee7d5ed21 (patch)
tree13c9c5d6c1745a39a87f19fcbdba20f4dbffcdfb /recipes/dsplink/files/dmai-update-cpu-name.patch
parent00a803f6a91c45b035de423f4ca808d79a51e894 (diff)
downloadopenembedded-649b44a943f5a2cca45b346b903e6cdee7d5ed21.tar.gz
dsplink: move dir to 'dvsdk' to make merging the TI OE trees easier
Diffstat (limited to 'recipes/dsplink/files/dmai-update-cpu-name.patch')
-rw-r--r--recipes/dsplink/files/dmai-update-cpu-name.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/dsplink/files/dmai-update-cpu-name.patch b/recipes/dsplink/files/dmai-update-cpu-name.patch
deleted file mode 100644
index 052a8e3236..0000000000
--- a/recipes/dsplink/files/dmai-update-cpu-name.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: dmai_1_20_00_06/packages/ti/sdo/dmai/linux/Cpu.c
-===================================================================
---- dmai_1_20_00_06.orig/packages/ti/sdo/dmai/linux/Cpu.c 2009-02-12 09:34:22.000000000 -0600
-+++ dmai_1_20_00_06/packages/ti/sdo/dmai/linux/Cpu.c 2009-02-12 09:34:51.000000000 -0600
-@@ -103,7 +103,10 @@
- else if (strcmp(valBuf, "DM357 EVM") == 0) {
- *device = Cpu_Device_DM6446;
- }
-- else if (strcmp(valBuf, "OMAP3EVM Board") == 0) {
-+ else if ((strcmp(valBuf, "OMAP3EVM Board") == 0) ||
-+ (strcmp(valBuf, "OMAP3 EVM") == 0) ||
-+ (strcmp(valBuf, "OMAP3 Beagle Board") == 0)
-+ ){
- *device = Cpu_Device_OMAP3530;
- }
- else {