diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-02-11 06:41:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-11 01:16:11 +0000 |
commit | a0430c5cc47f220719004acae05cf9fa13a217dd (patch) | |
tree | 9d9335017a9ab858f1cd0cbe7477499170a29b05 /recipes-bsp/u-boot | |
parent | 8a1b73f740a36f7b105d71da692cb72f4b5b6e1b (diff) | |
download | meta-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.inc | 1 |
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]}" | |||
13 | UBOOT_SUFFIX ?= "img" | 13 | UBOOT_SUFFIX ?= "img" |
14 | SPL_BINARY ?= "MLO" | 14 | SPL_BINARY ?= "MLO" |
15 | 15 | ||
16 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot-common.inc | ||
16 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | 17 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc |
17 | 18 | ||
18 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" | 19 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" |