summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-03-16 03:09:56 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2012-03-22 15:08:50 +0000
commitcc6d5d53da4790aaf10d96d27deae8b27663765d (patch)
treec6c95f5c3be63a8c81c3c4c8b1508b96524e5520
parentccf0e7ae8c3368be494de8345fadcb34c162287e (diff)
downloadmeta-fsl-arm-cc6d5d53da4790aaf10d96d27deae8b27663765d.tar.gz
u-boot: add imx28evk 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 46a3fb3..52e303f 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)" 5COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk|imx28evk)"
6 6
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8