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 | bec2d90ad77f1ddc92d6cf52a13335a2cd057a1b (patch) | |
tree | 24b8b1aa95c4f809f7d4864e64499cd427c62d2e | |
parent | 64eb95b1ac0628c0e2996cfc5b785ae839d3e3c7 (diff) | |
download | meta-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.conf | 5 | ||||
-rw-r--r-- | conf/machine/include/mxs-base.inc | 5 |
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 | |||
7 | SOC_FAMILY = "mx28:mxs" | 7 | SOC_FAMILY = "mx28:mxs" |
8 | 8 | ||
9 | IMXBOOTLETS_MACHINE = "iMX28_EVK" | 9 | IMXBOOTLETS_MACHINE = "iMX28_EVK" |
10 | |||
11 | UBOOT_ENTRYPOINT = "0x41008000" | ||
12 | UBOOT_LOADADDRESS = "0x41008000" | ||
13 | UBOOT_MACHINE = "mx28evk_config" | 10 | UBOOT_MACHINE = "mx28evk_config" |
14 | UBOOT_MAKE_TARGET = "u-boot.sb" | ||
15 | UBOOT_SUFFIX = "sb" | ||
16 | 11 | ||
17 | KERNEL_IMAGETYPE = "uImage" | 12 | KERNEL_IMAGETYPE = "uImage" |
18 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-evk.dts" | 13 | KERNEL_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 | ||
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 | ||