From b3fa3b35b9f706deadaacad9044b5cca397e6380 Mon Sep 17 00:00:00 2001 From: Amjad Afzaal Date: Tue, 25 Sep 2012 17:11:21 +0500 Subject: 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 --- conf/machine/imx31pdk.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/imx31pdk.conf b/conf/machine/imx31pdk.conf index 33e8389..654bf4b 100644 --- a/conf/machine/imx31pdk.conf +++ b/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" -- cgit v1.2.3-54-g00ecf