From: Mahesh Mahadevan Date: Mon, 15 Oct 2012 21:26:30 +0000 (-0500) Subject: u-boot-imx: Update UBOOT_PADDING variable X-Git-Tag: 2.1~1652 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8f0899c886e90da47024f116bbd1b12f6843b6bb;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 25a622c2..b1f172b2 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb @@ -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'