[oe-commits] Chris Larson : devmem2: remove comment of word write from fsl patch

git version control git at git.openembedded.org
Wed Jan 12 16:17:59 UTC 2011


Module: openembedded.git
Branch: master
Commit: 435e8eebb38e4ef051671560e92167b619264a81
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=435e8eebb38e4ef051671560e92167b619264a81

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed Jan 12 09:14:53 2011 -0700

devmem2: remove comment of word write from fsl patch

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/devmem2/devmem2.bb                     |    2 +-
 recipes/devmem2/devmem2/devmem2-fixups-2.patch |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/devmem2/devmem2.bb b/recipes/devmem2/devmem2.bb
index 4893687..4f92586 100644
--- a/recipes/devmem2/devmem2.bb
+++ b/recipes/devmem2/devmem2.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Simple program to read/write from/to any location in memory."
 LICENSE = "GPLv2"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c \
            file://devmem2-fixups-2.patch"
diff --git a/recipes/devmem2/devmem2/devmem2-fixups-2.patch b/recipes/devmem2/devmem2/devmem2-fixups-2.patch
index fe66605..05dde41 100644
--- a/recipes/devmem2/devmem2/devmem2-fixups-2.patch
+++ b/recipes/devmem2/devmem2/devmem2-fixups-2.patch
@@ -153,7 +153,7 @@
 +	    break;
 +	case 'w':
 +	    virt_addr = fixup_addr(virt_addr, sizeof(unsigned long));
-+//	    *((unsigned long *)virt_addr) = write_val;
++	    *((unsigned long *)virt_addr) = write_val;
 +	    read_result = *((unsigned long *)virt_addr);
 +	    break;
 	}





More information about the Openembedded-commits mailing list