summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwamil Jain <[email protected]>2026-05-19 19:47:15 +0530
committerTom Rini <[email protected]>2026-06-02 13:49:16 -0600
commit83f3e2c30b26d8079fa5a5e723c8e76d38d338dd (patch)
treec1eb29234a61e367198d895e4a9af5c07c634582
parente853b26d0cdd1f736e074d9b71922780a057567d (diff)
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 <[email protected]> Reviewed-by: Neha Malcom Francis <[email protected]>
-rw-r--r--configs/am62x_evm_a53_ethboot_defconfig1
1 files changed, 1 insertions, 0 deletions
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