diff options
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.bb | 3 |
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" |