summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Mahadevan <mahesh.mahadevan@freescale.com>2012-10-15 16:26:30 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-15 20:41:06 -0300
commit32f652d8b89c57bc6f6d6530d7175f12cb7a8d26 (patch)
treeaa1f915378b36fd92d884e176c62595c6ce1138c
parent8efab61f7426ee283711d3051e56967af6eca913 (diff)
downloadmeta-fsl-arm-32f652d8b89c57bc6f6d6530d7175f12cb7a8d26.tar.gz
u-boot-imx: Update UBOOT_PADDING variable
UBOOT_PADDING is set to 2 for the iMX FSL Git U-Boot Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2009.08.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
index 25a622c..b1f172b 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
11 11
12DEPENDS_mxs += "elftosb-native" 12DEPENDS_mxs += "elftosb-native"
13 13
14PR = "r7" 14PR = "r8"
15 15
16# Revision of imx_2.6.35_10.12.01 branch 16# Revision of imx_2.6.35_10.12.01 branch
17SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" 17SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d"
@@ -35,6 +35,7 @@ UBOOT_MACHINE_imx28evk = "mx28_evk_config"
35 35
36UBOOT_MAKE_TARGET = "u-boot.bin" 36UBOOT_MAKE_TARGET = "u-boot.bin"
37UBOOT_SUFFIX = "bin" 37UBOOT_SUFFIX = "bin"
38UBOOT_PADDING = "2"
38 39
39S = "${WORKDIR}/git" 40S = "${WORKDIR}/git"
40EXTRA_OEMAKE += 'HOSTSTRIP=true' 41EXTRA_OEMAKE += 'HOSTSTRIP=true'