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/u-boot | |
parent | e8fef0c91691cdb00c70a6f96b85e3798c7ffc72 (diff) | |
download | meta-multitech-7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf.tar.gz meta-multitech-7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf.tar.bz2 meta-multitech-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/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2012.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.10.bb b/recipes-bsp/u-boot/u-boot_2012.10.bb index 654564f..aa3576f 100644 --- a/recipes-bsp/u-boot/u-boot_2012.10.bb +++ b/recipes-bsp/u-boot/u-boot_2012.10.bb @@ -18,6 +18,7 @@ SRC_URI = "git://github.com/linux4sam/u-boot-at91.git;branch=u-boot-2012.10-at91 SRC_URI += "file://u-boot-2010.06-macb-autoneg-timeout.patch" SRC_URI_append_mtcdt = " file://u-boot-2012.10-mtcdt.patch" +SRC_URI_append_mtp = " file://u-boot-2012.10-mtcdt.patch" TARGET_LDFLAGS = "" |