summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-06-18 15:39:46 -0400
committerRyan Eatmon <reatmon@ti.com>2024-06-19 09:30:52 -0500
commit0f876e373d37f7ee8baf9f616b634e4d2d7bea66 (patch)
tree278042f0595382f5beafd113ae3195c4cb6baf8d
parenta325230cfefeaba00d34f20102cd7f3868b960ba (diff)
downloadmeta-ti-0f876e373d37f7ee8baf9f616b634e4d2d7bea66.tar.gz
beaglebone-ai64: BB.org does not support all SR and HS variants
Adjust IMAGE_BOOT_FILES list as BB.org BSP does not support all combinations of SR1.1, SR2.0, HS-FS and HS-SE variants, same as J721e EVM in mainline. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/beaglebone-ai64.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
index 2d681827..56e1ed4e 100644
--- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
@@ -6,6 +6,9 @@ TI_PREFERRED_BSP ?= "bb_org"
6 6
7require conf/machine/include/j721e.inc 7require conf/machine/include/j721e.inc
8 8
9IMAGE_SR1_1_HS_FS_FILES:bsp-bb_org = ""
10IMAGE_SR2_HS_SE_FILES:bsp-bb_org = ""
11
9UBOOT_MACHINE = "j721e_evm_a72_config" 12UBOOT_MACHINE = "j721e_evm_a72_config"
10UBOOT_MACHINE:bsp-ti-6_6 = "j721e_beagleboneai64_a72_defconfig" 13UBOOT_MACHINE:bsp-ti-6_6 = "j721e_beagleboneai64_a72_defconfig"
11 14