diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-28 19:42:06 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-09 18:41:12 -0300 |
| commit | 9cdfc89175d9d3ab8facd12367b3f14eb5b4bab2 (patch) | |
| tree | cfc7d49aeb2670b0e51897fe8860138eb4c09567 /meta-fsl-arm/conf/machine/include/mxs-base.inc | |
| parent | 45a1e00c12604da8798e1a7637ac33f225c12a3a (diff) | |
| download | meta-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.inc | 5 |
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 | ||
| 10 | SOC_FAMILY = "mxs" | 10 | SOC_FAMILY = "mxs" |
| 11 | 11 | ||
| 12 | UBOOT_ENTRYPOINT = "0x41008000" | ||
| 13 | UBOOT_LOADADDRESS = "0x41008000" | ||
| 14 | UBOOT_MAKE_TARGET = "u-boot.sb" | ||
| 15 | UBOOT_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 |
| 13 | PERF_FEATURES_ENABLE = "" | 18 | PERF_FEATURES_ENABLE = "" |
| 14 | 19 | ||
