u-boot: fix beagle fw_env.conf
authorKoen Kooi <koen@openembedded.org>
Wed, 4 Nov 2009 12:37:07 +0000 (13:37 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 4 Nov 2009 12:37:07 +0000 (13:37 +0100)
recipes/u-boot/files/beagleboard/fw_env.config
recipes/u-boot/u-boot-utils_1.2.0.bb
recipes/u-boot/u-boot_git.bb

index 8fc96f7..d9112c2 100644 (file)
@@ -4,5 +4,5 @@
 # Notice, that the "Number of sectors" is ignored on NOR.
 
 # MTD device name      Device offset   Env. size       Flash sector size       Number of sectors
-/dev/mtd2              0x0000          0x20000         0x40000
+/dev/mtd2              0x0000          0x20000         0x20000
 
index 076547e..f38ecbe 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "bootloaders"
 PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "mtd-utils"
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
         file://fw_env.c.patch;patch=1 \
index 59c0598..39d6864 100644 (file)
@@ -1,5 +1,5 @@
 require u-boot.inc
-PR ="r33"
+PR ="r34"
 
 FILESPATHPKG =. "u-boot-git:"