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-24 11:43:22 -0500 |
commit | 93749ef11a9a4fb41a0d16d60a91b02a4708ecf3 (patch) | |
tree | 6c1b20944c292e295b6607acf34130f5f0afe056 /recipes-bsp/u-boot | |
parent | 7e398b750ba30882c96c296494b80576465a7118 (diff) | |
download | meta-multitech-93749ef11a9a4fb41a0d16d60a91b02a4708ecf3.tar.gz meta-multitech-93749ef11a9a4fb41a0d16d60a91b02a4708ecf3.tar.bz2 meta-multitech-93749ef11a9a4fb41a0d16d60a91b02a4708ecf3.zip |
Add CRC environment printout to u-boot
Diffstat (limited to 'recipes-bsp/u-boot')
-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 |