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
commit01e19c9ebb831b8970bbd7efb67c64f87a1127dd (patch)
tree44876a1d3b62b724e62fa3ed315c6121417330f6
parent0a8c474cdba8ec4fc6566127fb42601c598d5ffc (diff)
downloadmeta-freescale-01e19c9ebb831b8970bbd7efb67c64f87a1127dd.tar.gz
u-boot: add imx28evk as compatible machine
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_git.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_git.bb
index 46a3fb313..52e303f17 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_git.bb
+++ b/meta-fsl-arm/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