diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2012.10.bb')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2012.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.10.bb b/recipes-bsp/u-boot/u-boot_2012.10.bb index 3977ca4..51cd565 100644 --- a/recipes-bsp/u-boot/u-boot_2012.10.bb +++ b/recipes-bsp/u-boot/u-boot_2012.10.bb @@ -1,4 +1,4 @@ -PR = "r6" +PR = "r7" require u-boot.inc LICENSE = "GPLv2" @@ -12,6 +12,7 @@ SRCREV="8978bdafbad84c0c9878c9ff331930ca6edf9a76" SRC_URI = "git://github.com/linux4sam/u-boot-at91.git;branch=u-boot-2012.10-at91 \ file://u-boot-2012.10-sam9x5-eth-mii-fix.patch \ + file://u-boot-env-crc-dbg.patch \ " # add patch to speed up boot if ethernet autonegotiation fails |