summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-03-17 21:19:06 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2012-03-22 15:08:53 +0000
commit1bd4007b11e36abc40047e393d6b377334c8d816 (patch)
treee261bb278b818850280c7a5e1567bfc4021db7fb
parentcc6d5d53da4790aaf10d96d27deae8b27663765d (diff)
downloadmeta-fsl-arm-1bd4007b11e36abc40047e393d6b377334c8d816.tar.gz
u-boot: add imx6qsabrelite as compatible machine
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 52e303f..85f8a0e 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -2,7 +2,7 @@ require recipes-bsp/u-boot/u-boot.inc
2 2
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
5COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk|imx28evk)" 5COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk|imx28evk|imx6qsabrelite)"
6 6
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8