commit | 0952aa81daf938ed7bad2ba21770a208cc0c9219 | [log] [tgz] |
---|---|---|
author | Nikhil M Jain <n-jain1@ti.com> | Tue Jan 31 15:35:18 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 06 13:04:52 2023 -0500 |
tree | c39f36c26b70274256a0f3a37956cbc73ad71289 | |
parent | 6a74e2537ff379eb59ef52b4773f45d193543e33 [diff] |
board: ti: am62x: am62x: Add splash screen env variables Set splash screen related env variables. Default splash source is set to mmc where user is expected to keep bmp in compressed format with name ti.gz on first partition of mmc. Splash file will be uncompressed to DDR at address 0x82000000 and splash position is set to middle of screen. Signed-off-by: Nikhil M Jain <n-jain1@ti.com>