[PATCH 3/4] configs: am62x_evm_a53_ethboot_defconfig: Disable splashscreen

Swamil Jain s-jain1 at ti.com
Tue May 19 16:17:15 CEST 2026


The ethboot configuration inherits splashscreen settings from
am62x_evm_a53_defconfig. Use the prune fragment to disable this
functionality as a baseline before adding targeted splashscreen support
in follow-up commits.

Signed-off-by: Swamil Jain <s-jain1 at ti.com>
---
 configs/am62x_evm_a53_ethboot_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am62x_evm_a53_ethboot_defconfig b/configs/am62x_evm_a53_ethboot_defconfig
index 9d3c6b889f0..fc81662247a 100644
--- a/configs/am62x_evm_a53_ethboot_defconfig
+++ b/configs/am62x_evm_a53_ethboot_defconfig
@@ -1,4 +1,5 @@
 #include <configs/am62x_evm_a53_defconfig>
+#include <configs/am62x_evm_prune_splashscreen.config>
 
 CONFIG_ARM=y
 CONFIG_ARCH_K3=y


More information about the U-Boot mailing list