diff options
author | John Klug <john.klug@multitech.com> | 2017-04-06 15:23:22 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-04-06 15:23:22 -0500 |
commit | cf2c9f7209b8a9927e3debfda0d0ca6a57af6d28 (patch) | |
tree | 72afceb52cc68699e96364fb30cf8eb857c75469 /recipes-bsp | |
parent | e6fe39351d3363273365ef9be3c4ed4fa274e602 (diff) | |
download | meta-multitech-cf2c9f7209b8a9927e3debfda0d0ca6a57af6d28.tar.gz meta-multitech-cf2c9f7209b8a9927e3debfda0d0ca6a57af6d28.tar.bz2 meta-multitech-cf2c9f7209b8a9927e3debfda0d0ca6a57af6d28.zip |
Add CRC environment printout to u-boot
Diffstat (limited to 'recipes-bsp')
-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 ab52e31..fc0c7d2 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 |