[oe-commits] Koen Kooi : u-boot: fix touchbook fw_env.config

git version control git at git.openembedded.org
Sun Nov 8 16:28:27 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 3978ece32cd37ccadd1f5571120409b5e8f846ba
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3978ece32cd37ccadd1f5571120409b5e8f846ba

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov  8 14:42:53 2009 +0100

u-boot: fix touchbook fw_env.config

---

 recipes/u-boot/files/omap3-touchbook/fw_env.config |    2 +-
 recipes/u-boot/u-boot_git.bb                       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/u-boot/files/omap3-touchbook/fw_env.config b/recipes/u-boot/files/omap3-touchbook/fw_env.config
index a7bfec1..4063144 100644
--- a/recipes/u-boot/files/omap3-touchbook/fw_env.config
+++ b/recipes/u-boot/files/omap3-touchbook/fw_env.config
@@ -3,4 +3,4 @@
 # environment sector is assumed present.
 
 # MTD device name	Device offset	Env. size	Flash sector size
-/dev/mtd2		0x0000		0x20000		0x20000
+/dev/mtd2		0x0000		0x20000		0x40000
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 39d6864..e674e4d 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
 require u-boot.inc
-PR ="r34"
+PR ="r35"
 
 FILESPATHPKG =. "u-boot-git:"
 





More information about the Openembedded-commits mailing list