summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx31pdk.conf
diff options
context:
space:
mode:
authorAmjad Afzaal <bcsf09m001@pucit.edu.pk>2012-09-25 17:11:21 +0500
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-25 09:51:33 -0300
commitb3fa3b35b9f706deadaacad9044b5cca397e6380 (patch)
treef28228a07aaa5d5417269a516fb2dddcc433274e /conf/machine/imx31pdk.conf
parent2b79340a3229a898b23318ac84ffd1fe622fe7ac (diff)
downloadmeta-fsl-arm-b3fa3b35b9f706deadaacad9044b5cca397e6380.tar.gz
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 <bcsf09m001@pucit.edu.pk>
Diffstat (limited to 'conf/machine/imx31pdk.conf')
-rw-r--r--conf/machine/imx31pdk.conf2
1 files changed, 2 insertions, 0 deletions
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 \
16 xf86-input-evdev \ 16 xf86-input-evdev \
17 xf86-video-fbdev" 17 xf86-video-fbdev"
18 18
19UBOOT_MAKE_TARGET = "u-boot-nand.bin"
20UBOOT_SUFFIX = "bin"
19UBOOT_MACHINE = "mx31pdk_config" 21UBOOT_MACHINE = "mx31pdk_config"
20UBOOT_BINARY = "u-boot-nand.bin" 22UBOOT_BINARY = "u-boot-nand.bin"
21UBOOT_ENTRYPOINT = "0x80008000" 23UBOOT_ENTRYPOINT = "0x80008000"