summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ti.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ti.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 62f04f7c..9d827117 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -20,7 +20,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
20SUMMARY = "u-boot bootloader for TI devices" 20SUMMARY = "u-boot bootloader for TI devices"
21 21
22LICENSE = "GPLv2+" 22LICENSE = "GPLv2+"
23LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" 23LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
24 24
25BRANCH ?= "master" 25BRANCH ?= "master"
26UBOOT_GIT_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git" 26UBOOT_GIT_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git"
@@ -30,7 +30,7 @@ SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
30PV_append = "+git${SRCPV}" 30PV_append = "+git${SRCPV}"
31 31
32# u-boot needs devtree compiler to parse dts files 32# u-boot needs devtree compiler to parse dts files
33DEPENDS += "dtc-native bc-native lzop-native" 33DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native"
34 34
35PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/boot/bl31.bin,,arm-trusted-firmware" 35PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/boot/bl31.bin,,arm-trusted-firmware"
36PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os" 36PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os"