diff options
Diffstat (limited to 'meta/recipes-bsp/uboot/u-boot.inc')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc index 889f6215ed..6363474e53 100644 --- a/meta/recipes-bsp/uboot/u-boot.inc +++ b/meta/recipes-bsp/uboot/u-boot.inc | |||
@@ -9,7 +9,8 @@ inherit deploy | |||
9 | 9 | ||
10 | PARALLEL_MAKE="" | 10 | PARALLEL_MAKE="" |
11 | 11 | ||
12 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" | 12 | # GCC 4.5.1 builds unusable binaries using -Os, remove it from OPTFLAGS |
13 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS=''" | ||
13 | 14 | ||
14 | UBOOT_MACHINE ?= "${MACHINE}_config" | 15 | UBOOT_MACHINE ?= "${MACHINE}_config" |
15 | UBOOT_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.bin" | 16 | UBOOT_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.bin" |