diff mbox series

[2/4] board: ti: am62x: am62x: Change splashimage and splashsource

Message ID 20230410082021.25246-3-n-jain1@ti.com
State Superseded
Headers show
Series [1/4] configs: am62x_evm_a53_defconfig: Changes in memory map to support SPL splash screen | expand

Commit Message

Nikhil Jain April 10, 2023, 8:20 a.m. UTC
Change splashimage which is bmp image loadaddr to 0x80200000 since stack
is situated at 0x80477660 as splash framework requires bmp image to be
present above stack.

Change splashsource to sf to support loading bmp image from ospi flash
memory.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
---
 board/ti/am62x/am62x.env | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env
index e4e64fa637..5ac15fd240 100644
--- a/board/ti/am62x/am62x.env
+++ b/board/ti/am62x/am62x.env
@@ -33,6 +33,6 @@  get_fit_mmc=load mmc ${bootpart} ${addr_fit}
 partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
 
 splashfile=ti.gz
-splashimage=0x82000000
+splashimage=0x80200000
 splashpos=m,m
-splashsource=mmc
+splashsource=sf