diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 15:53:15 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 15:53:15 -0500 |
commit | de22fe2e10f6c1acdf8e5bddd7834f5d7fc168d7 (patch) | |
tree | 56c6fc3c9a8740eee83ea8d2fc6843b351e2fe4a /recipes-bsp/at91bootstrap | |
parent | 17546fcb10af43ef4e9aef70ecff341848501278 (diff) | |
download | meta-multitech-de22fe2e10f6c1acdf8e5bddd7834f5d7fc168d7.tar.gz meta-multitech-de22fe2e10f6c1acdf8e5bddd7834f5d7fc168d7.tar.bz2 meta-multitech-de22fe2e10f6c1acdf8e5bddd7834f5d7fc168d7.zip |
mtcap: rename machine type mtp to mtcap
Diffstat (limited to 'recipes-bsp/at91bootstrap')
-rw-r--r-- | recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb index ea003c3..1858d49 100644 --- a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb +++ b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/linux4sam/at91bootstrap \ S = "${WORKDIR}/git" SRC_URI_append_mtcdt = " file://at91bootstrap-3.5.3-mtcdt.patch " -SRC_URI_append_mtp = " file://at91bootstrap-3.5.3-mtcdt.patch " +SRC_URI_append_mtcap = " file://at91bootstrap-3.5.3-mtcdt.patch " # generate a bootstrap file padded with the header needed for 4-bit PMECC # The padded file can be flashed via u-boot without any need to set the PMECC header using SAM-BA |