diff options
author | 2013-07-26 13:51:50 -0400 | |
---|---|---|
committer | 2013-07-29 14:00:21 -0300 | |
commit | 547315e01ab1c802d8490cc087a9affa0ad6c6ee (patch) | |
tree | 83f22207647b56a3f4e3bb5665e6b34a00c50bb4 /recipes-bsp/u-boot | |
parent | 664f87b8fdf013ae073f523835f9eb8e508f8c6e (diff) | |
download | meta-fsl-arm-547315e01ab1c802d8490cc087a9affa0ad6c6ee.tar.gz meta-fsl-arm-547315e01ab1c802d8490cc087a9affa0ad6c6ee.tar.bz2 meta-fsl-arm-547315e01ab1c802d8490cc087a9affa0ad6c6ee.zip |
twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10
Change-Id: I51e1b780c7860a16d722f49072915ad194fd5df7
Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.07.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb index 3098fdb..5845569 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb @@ -2,7 +2,7 @@ require recipes-bsp/u-boot/u-boot.inc LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" +COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" DEPENDS_mxs += "elftosb-native" |