[PATCH V3 10/10] board: ti: am62x: am62x: Update splashimage as per new memory map

Nikhil M Jain n-jain1 at ti.com
Tue May 9 12:31:46 CEST 2023


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

Signed-off-by: Nikhil M Jain <n-jain1 at 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



More information about the U-Boot mailing list