Update splashimage address, to load splash image at a lower address than
stack.

Signed-off-by: Nikhil M Jain <n-ja...@ti.com>
---
V3:
- Keep splashsource as mmc.

V2:
- No change.

 board/ti/am62x/am62x.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env
index e4e64fa637..8f7f9f8dbc 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
-- 
2.34.1

Reply via email to