summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot_2016.09.01.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-07-11 16:40:04 -0500
committerJohn Klug <john.klug@multitech.com>2017-07-11 16:40:04 -0500
commit87fdfe064f88bbc6941384027ee827d035fa10ff (patch)
treee5639270321734f421c465760d90add17f3d609a /recipes-bsp/u-boot/u-boot_2016.09.01.bb
parente455c420711d189fa2d0b9e987fbe0e386e32202 (diff)
downloadmeta-multitech-atmel-87fdfe064f88bbc6941384027ee827d035fa10ff.tar.gz
meta-multitech-atmel-87fdfe064f88bbc6941384027ee827d035fa10ff.tar.bz2
meta-multitech-atmel-87fdfe064f88bbc6941384027ee827d035fa10ff.zip
Fix tftpput in u-boot so it works with large files
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2016.09.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2016.09.01.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.09.01.bb b/recipes-bsp/u-boot/u-boot_2016.09.01.bb
index 3d0f4a1..a7281a4 100644
--- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb
+++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb
@@ -8,7 +8,8 @@ SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://i2c.patch \
file://macb.patch \
file://printeepromcrc.patch \
- file://mtpwd.patch"
+ file://mtpwd.patch \
+ file://tftpput.patch"
SRC_URI_append_mtcdt = " \
file://mtcdt.patch"