diff options
author | John Klug <john.klug@multitech.com> | 2022-11-28 12:58:02 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-11-28 12:58:02 -0600 |
commit | 4d9085a35e69a9a97fe7059e8d7a893d8f6c645e (patch) | |
tree | 50520e19ef6f8b3af7b902cfcf21d719802d75de | |
parent | 11e1b9c4483d0aec8ff6631588b6adc04d063b13 (diff) | |
download | meta-multitech-atmel-4d9085a35e69a9a97fe7059e8d7a893d8f6c645e.tar.gz meta-multitech-atmel-4d9085a35e69a9a97fe7059e8d7a893d8f6c645e.tar.bz2 meta-multitech-atmel-4d9085a35e69a9a97fe7059e8d7a893d8f6c645e.zip |
Update MTCAP patch name
-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 \ |