summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorstudent <student@Phaedrus>2015-06-23 18:48:21 +0200
committerstudent <student@Phaedrus>2015-06-23 18:48:21 +0200
commitcea887642cc214382d632dd1ab5c199c753ddfaf (patch)
tree920fee420ed59242902151961d3c6fda2c9dd1ec /recipes-bsp
parent0b497d6c59f644eedeab0a6bbf9a258525ab40ef (diff)
downloadmeta-altera-cea887642cc214382d632dd1ab5c199c753ddfaf.tar.gz
Fix U-Boot recipe for Fido 1.8
Diffstat (limited to 'recipes-bsp')
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga.inc b/recipes-bsp/u-boot/u-boot-socfpga.inc
index b673ca4..a8e5728 100755
--- a/recipes-bsp/u-boot/u-boot-socfpga.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga.inc
@@ -22,7 +22,7 @@ SRCREV_pn-${PN} = "${UBOOT_TAG}"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24# GCC 4.5.1 builds unusable binaries using -Os, remove it from OPTFLAGS 24# GCC 4.5.1 builds unusable binaries using -Os, remove it from OPTFLAGS
25EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" 25EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" V=1'
26 26
27python () { 27python () {
28 if not d.getVar("UBOOT_MACHINE", True): 28 if not d.getVar("UBOOT_MACHINE", True):