]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: ti: am62x: am62x: Change splashimage and splashsource
authorNikhil M Jain <n-jain1@ti.com>
Mon, 10 Apr 2023 08:49:11 +0000 (14:19 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2023 13:26:12 +0000 (09:26 -0400)
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

index e4e64fa637175888df7b6179f65e608b60d50248..5ac15fd240100f91196b95196b4a8b282e90c7e9 100644 (file)
@@ -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