mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-21 17:44:06 +00:00
a467fb58b1
Change the file name from ti.gz and ti.bmp to ti_logos_414x97_32bpp to help user understand the resolution and identify the logo files when placed in the boot partition and update the splashfile name with the same in .env file. Signed-off-by: Nikhil M Jain <n-jain1@ti.com> Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
21 lines
461 B
Bash
21 lines
461 B
Bash
#include <env/ti/ti_common.env>
|
|
#include <env/ti/default_findfdt.env>
|
|
#include <env/ti/mmc.env>
|
|
|
|
name_kern=Image
|
|
console=ttyS2,115200n8
|
|
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
|
|
${mtdparts}
|
|
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
|
|
|
|
boot_targets=ti_mmc mmc0 mmc1 usb pxe dhcp
|
|
boot=mmc
|
|
mmcdev=1
|
|
bootpart=1:2
|
|
bootdir=/boot
|
|
rd_spec=-
|
|
|
|
splashfile=ti_logo_414x97_32bpp.bmp.gz
|
|
splashimage=0x80200000
|
|
splashpos=m,m
|
|
splashsource=sf
|