summaryrefslogtreecommitdiffstats
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
commitbec2d90ad77f1ddc92d6cf52a13335a2cd057a1b (patch)
tree24b8b1aa95c4f809f7d4864e64499cd427c62d2e
parent64eb95b1ac0628c0e2996cfc5b785ae839d3e3c7 (diff)
downloadmeta-fsl-arm-bec2d90ad77f1ddc92d6cf52a13335a2cd057a1b.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
-rw-r--r--conf/machine/imx28evk.conf5
-rw-r--r--conf/machine/include/mxs-base.inc5
2 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index d981358..fb9fdcf 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -7,12 +7,7 @@ include conf/machine/include/mxs-base.inc
7SOC_FAMILY = "mx28:mxs" 7SOC_FAMILY = "mx28:mxs"
8 8
9IMXBOOTLETS_MACHINE = "iMX28_EVK" 9IMXBOOTLETS_MACHINE = "iMX28_EVK"
10
11UBOOT_ENTRYPOINT = "0x41008000"
12UBOOT_LOADADDRESS = "0x41008000"
13UBOOT_MACHINE = "mx28evk_config" 10UBOOT_MACHINE = "mx28evk_config"
14UBOOT_MAKE_TARGET = "u-boot.sb"
15UBOOT_SUFFIX = "sb"
16 11
17KERNEL_IMAGETYPE = "uImage" 12KERNEL_IMAGETYPE = "uImage"
18KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-evk.dts" 13KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-evk.dts"
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index 74f839b..6dc1302 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/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