diff options
author | Devarsh Thakkar <devarsht@ti.com> | 2024-01-24 20:33:47 +0530 |
---|---|---|
committer | Francesco Dolcini <francesco.dolcini@toradex.com> | 2024-03-21 14:26:33 +0000 |
commit | 1cbfc0105eaa94267f2d90b497e4218c789f3a07 (patch) | |
tree | e7f62818ce2d38dae769b0a8e9b6030ddde60d0a /board | |
parent | dcbae7772d563cf7bfc1c7b8ed5eb32e5af5c86e (diff) |
board: ti: am62p: Add splash screen specific environment support
- Add splash screen related environment variables for AM62P platform.
- Set default splash location to MMC.
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/am62px/am62px.env | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/ti/am62px/am62px.env b/board/ti/am62px/am62px.env index 2e49ebfa27c..7df87bb8ad3 100644 --- a/board/ti/am62px/am62px.env +++ b/board/ti/am62px/am62px.env @@ -23,6 +23,11 @@ bootdir=/boot rd_spec=- rproc_fw_binaries= 0 /lib/firmware/am62p-mcu-r5f0_0-fw +splashfile=ti_logo_414x97_32bpp.bmp.gz +splashimage=0x80200000 +splashpos=m,m +splashsource=mmc + #if CONFIG_CMD_ABOOTIMG #include <environment/ti/mmc_android.env> #endif |