diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-08 14:42:53 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-08 14:42:53 +0100 |
commit | 3978ece32cd37ccadd1f5571120409b5e8f846ba (patch) | |
tree | 20bd58c1a3ff8fa9f0949356d72ca0ba2678c76b /recipes/u-boot | |
parent | c0dcf5ac2e6845d21c1b3da324e34d626d6a41e7 (diff) |
u-boot: fix touchbook fw_env.config
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/files/omap3-touchbook/fw_env.config | 2 | ||||
-rw-r--r-- | 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 a7bfec1ebb..4063144d36 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 39d6864a4d..e674e4d25b 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:" |