diff options
-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:" |