summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/conf/machine/include/mxs-base.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-01-28 19:42:06 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-09 18:41:12 -0300
commit9cdfc89175d9d3ab8facd12367b3f14eb5b4bab2 (patch)
treecfc7d49aeb2670b0e51897fe8860138eb4c09567 /meta-fsl-arm/conf/machine/include/mxs-base.inc
parent45a1e00c12604da8798e1a7637ac33f225c12a3a (diff)
downloadmeta-freescale-9cdfc89175d9d3ab8facd12367b3f14eb5b4bab2.tar.gz
mxs-base.inc: Add U-Boot common definitions
This removes the U-Boot common definitions from imx28evk board as they are shared with all 'mxs' SoCs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I44d33aa54971534c07a240e6cf88c0c4b3051f25
Diffstat (limited to 'meta-fsl-arm/conf/machine/include/mxs-base.inc')
-rw-r--r--meta-fsl-arm/conf/machine/include/mxs-base.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/include/mxs-base.inc b/meta-fsl-arm/conf/machine/include/mxs-base.inc
index 74f839bc1..6dc130213 100644
--- a/meta-fsl-arm/conf/machine/include/mxs-base.inc
+++ b/meta-fsl-arm/conf/machine/include/mxs-base.inc
@@ -9,6 +9,11 @@ include conf/machine/include/tune-arm926ejs.inc
9 9
10SOC_FAMILY = "mxs" 10SOC_FAMILY = "mxs"
11 11
12UBOOT_ENTRYPOINT = "0x41008000"
13UBOOT_LOADADDRESS = "0x41008000"
14UBOOT_MAKE_TARGET = "u-boot.sb"
15UBOOT_SUFFIX = "sb"
16
12# Disable perf features as 2.6.35.3 fail to build otherwise 17# Disable perf features as 2.6.35.3 fail to build otherwise
13PERF_FEATURES_ENABLE = "" 18PERF_FEATURES_ENABLE = ""
14 19