summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 13:40:04 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 20:32:58 +0200
commite755d299a45d7b4c3aeddd7e698a1bacec45bf29 (patch)
tree58187d174753c6d41bcb889f94e60fdca66dd5e3 /recipes-bsp
parent2d5af5b65d5154214ea20a8ddc177dcf2eae958e (diff)
u-boot: update to a1ab5236759b1cd6fae427517d44d7be90b02c07
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.06.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.06.bbappend b/recipes-bsp/u-boot/u-boot_2011.06.bbappend
index fac7c1f..9396239 100644
--- a/recipes-bsp/u-boot/u-boot_2011.06.bbappend
+++ b/recipes-bsp/u-boot/u-boot_2011.06.bbappend
@@ -29,7 +29,7 @@ UBOOT_MACHINE_colibri-t30 = "colibri_t30_config"
FILESPATHPKG =. "git:"
S="${WORKDIR}/git"
SRC_URI_COLIBRI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=colibri"
-SRCREV_COLIBRI = "2a1325206da5381292c2b268e248702c523cc927"
+SRCREV_COLIBRI = "a1ab5236759b1cd6fae427517d44d7be90b02c07"
#####################################################################################################################
PV_colibri-t20 = "${PR}+gitr${SRCREV}"
@@ -48,8 +48,8 @@ PV_colibri-t30 = "${PR}+gitr${SRCREV}"
EXTRA_OEMAKE_colibri-t20 = "CROSS_COMPILE=${TARGET_PREFIX}"
EXTRA_OEMAKE_colibri-t30 = "CROSS_COMPILE=${TARGET_PREFIX}"
do_configure_append() {
- # sed -i -e 's/-Os/-O2 -fno-ipa-sra -fno-caller-saves -fno-schedule-insns/' ${S}/config.mk
- sed -i -e 's/-Os/-O2 -fno-ipa-sra -fno-caller-saves -fno-schedule-insns -mno-unaligned-access/' ${S}/config.mk
+ # sed -i -e 's/-Os/-O2 -fno-ipa-sra -fno-caller-saves -fno-schedule-insns -mno-unaligned-access/' ${S}/config.mk
+ sed -i -e 's/-Os/-O2/' ${S}/config.mk
}
#build additionally a u-boot binary which uses/stores its environment on an T20 external sd or mmc card