diff options
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am62pxx.inc | 3 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 10 |
2 files changed, 13 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" | |||
17 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" | 17 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" |
18 | 18 | ||
19 | SERIAL_CONSOLES = "115200;ttyS2" | 19 | SERIAL_CONSOLES = "115200;ttyS2" |
20 | |||
21 | # Bitmap image tarball for early splashscreen | ||
22 | IMAGE_BOOT_FILES += "ti_logo_414x97_32bpp.bmp.gz" | ||
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc index 9b26596c..6412cb94 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -341,4 +341,14 @@ do_deploy:append:am62xx() { | |||
341 | install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR} | 341 | install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR} |
342 | } | 342 | } |
343 | 343 | ||
344 | do_install:append:am62pxx() { | ||
345 | install -d ${D}/boot | ||
346 | install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${D}/boot | ||
347 | } | ||
348 | |||
349 | do_deploy:append:am62pxx() { | ||
350 | install -d ${DEPLOYDIR} | ||
351 | install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR} | ||
352 | } | ||
353 | |||
344 | TOOLCHAIN = "gcc" | 354 | TOOLCHAIN = "gcc" |