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:06 -0300 |
commit | 32f652d8b89c57bc6f6d6530d7175f12cb7a8d26 (patch) | |
tree | aa1f915378b36fd92d884e176c62595c6ce1138c | |
parent | 8efab61f7426ee283711d3051e56967af6eca913 (diff) | |
download | meta-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.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' |