diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-10-14 02:23:34 +0000 |
|---|---|---|
| committer | Dan Murphy <dmurphy@ti.com> | 2020-10-14 20:45:21 -0500 |
| commit | 64f08a74a5e7fe279d293234827efd1705fe4dd3 (patch) | |
| tree | 808f9902d1af2b9e0555f247359c62ed280c3238 | |
| parent | 50ddd149216f4b7d106905d5a86af1f8d62a4f3b (diff) | |
| download | meta-ti-64f08a74a5e7fe279d293234827efd1705fe4dd3.tar.gz | |
ti-sci-fw: now Cortex-R5 SPL can also be provided by u-boot-ti-mainline
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
| -rw-r--r-- | conf/machine/include/k3r5.inc | 1 | ||||
| -rw-r--r-- | recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/k3r5.inc b/conf/machine/include/k3r5.inc index 52fcf38b..a32accae 100644 --- a/conf/machine/include/k3r5.inc +++ b/conf/machine/include/k3r5.inc | |||
| @@ -21,3 +21,4 @@ UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | |||
| 21 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" | 21 | UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" |
| 22 | 22 | ||
| 23 | PACKAGECONFIG_pn-u-boot-ti-staging = "" | 23 | PACKAGECONFIG_pn-u-boot-ti-staging = "" |
| 24 | PACKAGECONFIG_pn-u-boot-ti-mainline = "" | ||
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index 458b8921..1239b278 100644 --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 1 | require recipes-bsp/ti-sci-fw/ti-sci-fw.inc |
| 2 | 2 | ||
| 3 | DEPENDS = "openssl-native u-boot-mkimage-native dtc-native" | 3 | DEPENDS = "openssl-native u-boot-mkimage-native dtc-native" |
| 4 | DEPENDS_append_j7200-evm-k3r5 = " u-boot-ti-staging" | 4 | DEPENDS_append_j7200-evm-k3r5 = " virtual/bootloader" |
| 5 | 5 | ||
| 6 | CLEANBROKEN = "1" | 6 | CLEANBROKEN = "1" |
| 7 | PR = "r1" | 7 | PR = "r1" |
