From: Amjad Afzaal Date: Tue, 25 Sep 2012 12:11:21 +0000 (+0500) Subject: imx31pdk: Override U-Boot target X-Git-Tag: 2.1~1696 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=85d543b8bd6085e720ebb820e7523eecd94ce364;p=meta-freescale.git imx31pdk: Override U-Boot target The imx-base.inc default to use u-boot.imx as U-Boot target and imx as U-Boot suffix but the Soc needs to use u-boot-nand.bin as U-Boot target and bin as U-Boot suffix. Signed-off-by: Amjad Afzaal --- diff --git a/meta-fsl-arm/conf/machine/imx31pdk.conf b/meta-fsl-arm/conf/machine/imx31pdk.conf index 33e83895..654bf4b6 100644 --- a/meta-fsl-arm/conf/machine/imx31pdk.conf +++ b/meta-fsl-arm/conf/machine/imx31pdk.conf @@ -16,6 +16,8 @@ XSERVER = "xserver-xorg \ xf86-input-evdev \ xf86-video-fbdev" +UBOOT_MAKE_TARGET = "u-boot-nand.bin" +UBOOT_SUFFIX = "bin" UBOOT_MACHINE = "mx31pdk_config" UBOOT_BINARY = "u-boot-nand.bin" UBOOT_ENTRYPOINT = "0x80008000"