diff options
-rw-r--r-- | meta-ti-bsp/conf/machine/am62pxx-evm.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm.conf b/meta-ti-bsp/conf/machine/am62pxx-evm.conf index fab96bd8..8d94c2b4 100644 --- a/meta-ti-bsp/conf/machine/am62pxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62pxx-evm.conf | |||
@@ -22,5 +22,7 @@ UBOOT_MACHINE = "am62px_evm_a53_defconfig" | |||
22 | # along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc | 22 | # along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc |
23 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. | 23 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. |
24 | # For AM62P tisdk-display-cluster image, splash screen is handled by SBL. | 24 | # For AM62P tisdk-display-cluster image, splash screen is handled by SBL. |
25 | # Hence, disable the A53 based splash screen using the am62px_evm_prune_splashscreen.config fragment present in ti-u-boot tree | 25 | # Hence, disable the A53 based splash screen using the am62x_evm_prune_splashscreen.config fragment present in ti-u-boot tree |
26 | UBOOT_CONFIG_FRAGMENTS = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62px_evm_prune_splashscreen.config', '', d)}" | 26 | UBOOT_CONFIG_FRAGMENTS = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62x_evm_prune_splashscreen.config', '', d)}" |
27 | |||
28 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62px_evm_prune_splashscreen.config', '', d)}" | ||