summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDevarsh Thakkar <devarsht@ti.com>2024-01-31 18:35:35 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2024-02-05 15:31:23 -0600
commite7d2df2ecfb3591938087335d81ebf0498dc8ece (patch)
tree4db2648e66a1f5d2c71638d37c6b6c72ce32956e /configs
parent546af1adfaf48edc31940c10f3eb8aa5775f64f4 (diff)
configs: am62px: Add config fragment to disable splashscreen
Add config fragment to disable splashscreen related Kconfigs and also revert back to older memory map to save space. It is especially required to disable U-boot splash screen when using custom device manager firmware which use RTOS based splash screen during bootup. Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am62px_evm_prune_splashscreen.config28
1 files changed, 28 insertions, 0 deletions
diff --git a/configs/am62px_evm_prune_splashscreen.config b/configs/am62px_evm_prune_splashscreen.config
new file mode 100644
index 0000000000..b45a7b347f
--- /dev/null
+++ b/configs/am62px_evm_prune_splashscreen.config
@@ -0,0 +1,28 @@
+CONFIG_VIDEO=n
+CONFIG_SYS_WHITE_ON_BLACK=n
+CONFIG_SPL_VIDEO_TIDSS=n
+CONFIG_VIDEO_BMP_GZIP=n
+CONFIG_BMP=n
+CONFIG_BMP_24BPP=n
+CONFIG_BMP_32BPP=n
+CONFIG_SPL_VIDEO=n
+CONFIG_SPL_SPLASH_SCREEN=n
+CONFIG_SPL_SYS_WHITE_ON_BLACK=n
+CONFIG_SPL_SPLASH_SCREEN_ALIGN=n
+CONFIG_SPL_SPLASH_SOURCE=n
+CONFIG_SPL_VIDEO_BMP_GZIP=n
+CONFIG_SPL_BMP_24BPP=n
+CONFIG_SPL_BMP_32BPP=n
+CONFIG_SPL_HIDE_LOGO_VERSION=n
+CONFIG_SPL_GZIP=n
+CONFIG_CMD_BMP=n
+CONFIG_CMD_BLOBLIST=n
+CONFIG_SPL_BMP=n
+CONFIG_SYS_SPL_MALLOC=n
+CONFIG_SPL_BOARD_INIT=n
+CONFIG_SPL_SYS_REPORT_STACK_F_USAGE=n
+CONFIG_SPL_BSS_START_ADDR=0x80a00000
+CONFIG_BLOBLIST=n
+# CONFIG_SPL_SIZE_LIMIT is not set
+# CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK is not set
+CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80480000