From bec2d90ad77f1ddc92d6cf52a13335a2cd057a1b Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 28 Jan 2013 19:42:06 -0200 Subject: 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 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 = "" -- cgit v1.2.3-54-g00ecf