summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-02-11 23:42:05 +0000
committerRyan Eatmon <reatmon@ti.com>2023-02-15 14:50:14 -0600
commit1c131324fd172d38513609b78e566b5373ca1ed8 (patch)
tree4e5878a003590f7ee0672a8db11c83a1d393c921 /meta-ti-bsp/conf/machine
parent229a88e937ededb34fa1bcae6bb29a3e5b2f76ab (diff)
downloadmeta-ti-1c131324fd172d38513609b78e566b5373ca1ed8.tar.gz
conf/machine/k3r5.inc: update bootflow links
Original READMEs with bootflows were reworked and moved to a dedicated doc/ folder in more recent U-boot versions. Update links in the k3r5 config file accordingly to provide some basic explanation of K3 bootflows. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3r5.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3r5.inc b/meta-ti-bsp/conf/machine/include/k3r5.inc
index 31646f5a..c9024400 100644
--- a/meta-ti-bsp/conf/machine/include/k3r5.inc
+++ b/meta-ti-bsp/conf/machine/include/k3r5.inc
@@ -8,8 +8,9 @@ DEFAULTTUNE = "armv7athf"
8require conf/machine/include/arm/armv7a/tune-cortexa8.inc 8require conf/machine/include/arm/armv7a/tune-cortexa8.inc
9 9
10# R5 runs early bootloader and loads SYSFW 10# R5 runs early bootloader and loads SYSFW
11# https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/board/ti/am65x/README 11# https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/doc/board/ti/j721e_evm.rst
12# https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/board/ti/j721e/README 12# https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/doc/board/ti/am62x_sk.rst
13# https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/doc/board/ti/k3.rst
13PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" 14PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"
14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 15PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
15PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 16PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"