diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-08-31 12:38:15 +0300 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-08-31 12:38:15 +0300 |
commit | 7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf (patch) | |
tree | 4a73f8d89580f61b1b2555a578871ca517723c73 /recipes-bsp/at91bootstrap | |
parent | e8fef0c91691cdb00c70a6f96b85e3798c7ffc72 (diff) | |
download | meta-multitech-atmel-7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf.tar.gz meta-multitech-atmel-7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf.tar.bz2 meta-multitech-atmel-7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf.zip |
mtp: Add initial support for the new mtp machine type.
Existing kernel/u-boot/at91bootstrap modified to support building against mtp machine type.
Diffstat (limited to 'recipes-bsp/at91bootstrap')
-rw-r--r-- | recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb index b4c7a9d..ea003c3 100644 --- a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb +++ b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb @@ -9,11 +9,12 @@ SRCREV = "v${PV}" SRC_URI = "git://github.com/linux4sam/at91bootstrap \ file://at91bootstrap-3.5.2-add-install.patch \ file://at91bootstrap-3.5.2-onetime-slow-clock-switch.patch \ - file://at91sam9x5_4bit_pmecc_header.bin " + file://at91sam9x5_4bit_pmecc_header.bin " 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 " # 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 |