aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil M Jain <n-jain1@ti.com>2023-04-10 14:19:11 +0530
committerTom Rini <trini@konsulko.com>2023-05-08 09:26:12 -0400
commit852480c1f41d90cf0586f6ebf6037e95f107ce7d (patch)
treec4baa207107d1de4dd9ae42048107f3bc63c84d0
parent5c64598bf74d68f87e0d5fdbfabc603ffe9efcea (diff)
downloadu-boot-852480c1f41d90cf0586f6ebf6037e95f107ce7d.zip
u-boot-852480c1f41d90cf0586f6ebf6037e95f107ce7d.tar.gz
u-boot-852480c1f41d90cf0586f6ebf6037e95f107ce7d.tar.bz2
board: ti: am62x: am62x: Change splashimage and splashsource
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>
-rw-r--r--board/ti/am62x/am62x.env4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env
index e4e64fa..5ac15fd 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