configs: am62x_evm_a53_ethboot_defconfig: Disable splashscreen

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@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
This commit is contained in:
Swamil Jain
2026-05-19 19:47:15 +05:30
committed by Tom Rini
parent e853b26d0c
commit 83f3e2c30b

View File

@@ -1,4 +1,5 @@
#include <configs/am62x_evm_a53_defconfig>
#include <configs/am62x_evm_prune_splashscreen.config>
CONFIG_ARM=y
CONFIG_ARCH_K3=y