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 <[email protected]> --- 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

