]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: Update UBOOT_PADDING variable
authorMahesh Mahadevan <mahesh.mahadevan@freescale.com>
Mon, 15 Oct 2012 21:26:30 +0000 (16:26 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 15 Oct 2012 23:41:06 +0000 (20:41 -0300)
UBOOT_PADDING is set to 2 for the iMX FSL Git U-Boot

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb

index 25a622c29c45ddf140ae486dd5002b38af870880..b1f172b215329f12444329ae811e61ee5bf206df 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
 
 DEPENDS_mxs += "elftosb-native"
 
-PR = "r7"
+PR = "r8"
 
 # Revision of imx_2.6.35_10.12.01 branch
 SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d"
@@ -35,6 +35,7 @@ UBOOT_MACHINE_imx28evk = "mx28_evk_config"
 
 UBOOT_MAKE_TARGET = "u-boot.bin"
 UBOOT_SUFFIX = "bin"
+UBOOT_PADDING = "2"
 
 S = "${WORKDIR}/git"
 EXTRA_OEMAKE += 'HOSTSTRIP=true'