summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-02-11 06:41:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-11 01:16:11 +0000
commita0430c5cc47f220719004acae05cf9fa13a217dd (patch)
tree9d9335017a9ab858f1cd0cbe7477499170a29b05 /recipes-bsp/u-boot
parent8a1b73f740a36f7b105d71da692cb72f4b5b6e1b (diff)
downloadmeta-ti-a0430c5cc47f220719004acae05cf9fa13a217dd.tar.gz
u-boot-ti: also include new upstream u-boot-common.inc
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index f1187e64..8f88a1aa 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -13,6 +13,7 @@ UBOOT_LOCALVERSION = "-g${@get_git_revision('${S}').__str__()[:10]}"
13UBOOT_SUFFIX ?= "img" 13UBOOT_SUFFIX ?= "img"
14SPL_BINARY ?= "MLO" 14SPL_BINARY ?= "MLO"
15 15
16require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot-common.inc
16require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 17require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
17 18
18FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" 19FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"