diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2016.09.01.bb | 3 |
1 files changed, 1 insertions, 2 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 2d7ba27..5af4d92 100644 --- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb +++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb @@ -18,13 +18,12 @@ SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ file://fix_net.patch \ " -# file://mtcdt.patch SRC_URI_append_mtcdt = " \ ${MTCDT_PATCH} \ file://mtcdt_flush_console_autoboot.patch" SRC_URI_append_mtcap = " \ - file://mtcdt.patch" + file://mtcdt-n.patch" SRC_URI_append_mtr = "\ file://mtr.patch \ |