commit | 72236302e67827a9d4aa251308d162a14f6ce2d6 | [log] [tgz] |
---|---|---|
author | Nikhil M Jain <n-jain1@ti.com> | Mon Apr 10 14:19:12 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 09:26:12 2023 -0400 |
tree | aa66aee75707a70a59501c2bbe50446233adf25a | |
parent | 852480c1f41d90cf0586f6ebf6037e95f107ce7d [diff] |
board: ti: am62x: evm: Add necessary functions to call splash screen To enable splash screen on AM62x at a53 SPL setup DRAM, set page table, enable cache to allow copying of bmp image to frame buffer and display it using splash_display. Signed-off-by: Nikhil M Jain <n-jain1@ti.com>