[meta-freescale] [meta-fsl-arm][PATCH 5/6] mxs-base.inc: Add U-Boot common definitions

Otavio Salvador otavio at ossystems.com.br
Tue Apr 9 10:03:54 PDT 2013


This removes the U-Boot common definitions from imx28evk board as they
are shared with all 'mxs' SoCs.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

Change-Id: I44d33aa54971534c07a240e6cf88c0c4b3051f25
---
 conf/machine/imx28evk.conf        | 5 -----
 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
 SOC_FAMILY = "mx28:mxs"
 
 IMXBOOTLETS_MACHINE = "iMX28_EVK"
-
-UBOOT_ENTRYPOINT = "0x41008000"
-UBOOT_LOADADDRESS = "0x41008000"
 UBOOT_MACHINE = "mx28evk_config"
-UBOOT_MAKE_TARGET = "u-boot.sb"
-UBOOT_SUFFIX = "sb"
 
 KERNEL_IMAGETYPE = "uImage"
 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
 
 SOC_FAMILY = "mxs"
 
+UBOOT_ENTRYPOINT = "0x41008000"
+UBOOT_LOADADDRESS = "0x41008000"
+UBOOT_MAKE_TARGET = "u-boot.sb"
+UBOOT_SUFFIX = "sb"
+
 # Disable perf features as 2.6.35.3 fail to build otherwise
 PERF_FEATURES_ENABLE = ""
 
-- 
1.8.1




More information about the meta-freescale mailing list