diff options
author | Mahesh Mahadevan <mahesh.mahadevan@freescale.com> | 2012-10-15 16:26:30 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-15 20:41:01 -0300 |
commit | 9f99bf3a5d68f207253cf2989da6703f575d0984 (patch) | |
tree | bf20c4e7b22dbd83e7baaacea0e0285ebf6fccfc | |
parent | b1fa3e50d7c4a715947edeff0653c47477e53d46 (diff) | |
download | meta-fsl-arm-9f99bf3a5d68f207253cf2989da6703f575d0984.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.bb | 3 |
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 | ||
12 | DEPENDS_mxs += "elftosb-native" | 12 | DEPENDS_mxs += "elftosb-native" |
13 | 13 | ||
14 | PR = "r7" | 14 | PR = "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 |
17 | SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" | 17 | SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" |
@@ -35,6 +35,7 @@ UBOOT_MACHINE_imx28evk = "mx28_evk_config" | |||
35 | 35 | ||
36 | UBOOT_MAKE_TARGET = "u-boot.bin" | 36 | UBOOT_MAKE_TARGET = "u-boot.bin" |
37 | UBOOT_SUFFIX = "bin" | 37 | UBOOT_SUFFIX = "bin" |
38 | UBOOT_PADDING = "2" | ||
38 | 39 | ||
39 | S = "${WORKDIR}/git" | 40 | S = "${WORKDIR}/git" |
40 | EXTRA_OEMAKE += 'HOSTSTRIP=true' | 41 | EXTRA_OEMAKE += 'HOSTSTRIP=true' |