commit | 852480c1f41d90cf0586f6ebf6037e95f107ce7d | [log] [tgz] |
---|---|---|
author | Nikhil M Jain <n-jain1@ti.com> | Mon Apr 10 14:19:11 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 09:26:12 2023 -0400 |
tree | c4baa207107d1de4dd9ae42048107f3bc63c84d0 | |
parent | 5c64598bf74d68f87e0d5fdbfabc603ffe9efcea [diff] |
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>