summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62pxx-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/am62pxx-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62pxx-evm.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm.conf b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
index d7c9f589..95602116 100644
--- a/meta-ti-bsp/conf/machine/am62pxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
@@ -16,3 +16,10 @@ KERNEL_DEVICETREE = " \
16" 16"
17 17
18UBOOT_MACHINE = "am62px_evm_a53_defconfig" 18UBOOT_MACHINE = "am62px_evm_a53_defconfig"
19
20# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
21# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
22# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
23# For AM62P tisdk-display-cluster image, splash screen is handled by SBL.
24# Hence, disable the A53 based splash screen using the am62px_evm_prune_splashscreen.config fragment present in ti-u-boot tree
25UBOOT_CONFIG_FRAGMENTS = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62px_evm_prune_splashscreen.config', '', d)}"