summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am62pxx.inc
diff options
context:
space:
mode:
authorDevarsh Thakkar <devarsht@ti.com>2024-02-03 12:35:25 +0530
committerRyan Eatmon <reatmon@ti.com>2024-02-08 12:47:16 -0600
commit277f04df4c94de44bcea95b46d59cf057f571e45 (patch)
tree71a2c2c186af9505b18789ffeb8a02a014ba560e /meta-ti-bsp/conf/machine/include/am62pxx.inc
parent8009c575600a24e614cb440c881ccdc98781796f (diff)
downloadmeta-ti-277f04df4c94de44bcea95b46d59cf057f571e45.tar.gz
meta-ti-bsp: Add bootsplash image file for AM62P
Add TI logo image as bootsplash image file for AM62P and install it in boot directory from where u-boot can read from and display during boot-up time. Signed-off-by: Devarsh Thakkar <devarsht@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am62pxx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am62pxx.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62pxx.inc b/meta-ti-bsp/conf/machine/include/am62pxx.inc
index bac68253..38e35851 100644
--- a/meta-ti-bsp/conf/machine/include/am62pxx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62pxx.inc
@@ -17,3 +17,6 @@ OPTEEMACHINE = "k3-am62x"
17MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" 17MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
18 18
19SERIAL_CONSOLES = "115200;ttyS2" 19SERIAL_CONSOLES = "115200;ttyS2"
20
21# Bitmap image tarball for early splashscreen
22IMAGE_BOOT_FILES += "ti_logo_414x97_32bpp.bmp.gz"