diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-06-18 15:39:46 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-06-19 09:30:52 -0500 |
commit | 0f876e373d37f7ee8baf9f616b634e4d2d7bea66 (patch) | |
tree | 278042f0595382f5beafd113ae3195c4cb6baf8d | |
parent | a325230cfefeaba00d34f20102cd7f3868b960ba (diff) | |
download | meta-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.conf | 3 |
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 | ||
7 | require conf/machine/include/j721e.inc | 7 | require conf/machine/include/j721e.inc |
8 | 8 | ||
9 | IMAGE_SR1_1_HS_FS_FILES:bsp-bb_org = "" | ||
10 | IMAGE_SR2_HS_SE_FILES:bsp-bb_org = "" | ||
11 | |||
9 | UBOOT_MACHINE = "j721e_evm_a72_config" | 12 | UBOOT_MACHINE = "j721e_evm_a72_config" |
10 | UBOOT_MACHINE:bsp-ti-6_6 = "j721e_beagleboneai64_a72_defconfig" | 13 | UBOOT_MACHINE:bsp-ti-6_6 = "j721e_beagleboneai64_a72_defconfig" |
11 | 14 | ||