From 8f0899c886e90da47024f116bbd1b12f6843b6bb Mon Sep 17 00:00:00 2001 From: Mahesh Mahadevan Date: Mon, 15 Oct 2012 16:26:30 -0500 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' -- 2.40.1