2023-08-25 18:02:54 +00:00
|
|
|
#include <env/ti/ti_common.env>
|
2023-08-25 18:02:56 +00:00
|
|
|
#include <env/ti/default_findfdt.env>
|
2023-07-31 03:01:45 +00:00
|
|
|
#include <env/ti/mmc.env>
|
2023-01-24 05:16:02 +00:00
|
|
|
|
|
|
|
name_kern=Image
|
|
|
|
console=ttyS2,115200n8
|
|
|
|
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
|
|
|
|
${mtdparts}
|
|
|
|
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
|
|
|
|
|
2023-08-25 18:02:51 +00:00
|
|
|
boot_targets=ti_mmc mmc0 mmc1 usb pxe dhcp
|
2023-01-24 05:16:02 +00:00
|
|
|
boot=mmc
|
|
|
|
mmcdev=1
|
|
|
|
bootpart=1:2
|
|
|
|
bootdir=/boot
|
|
|
|
rd_spec=-
|
2023-01-31 10:05:18 +00:00
|
|
|
|
|
|
|
splashfile=ti.gz
|
2023-04-10 08:49:11 +00:00
|
|
|
splashimage=0x80200000
|
2023-01-31 10:05:18 +00:00
|
|
|
splashpos=m,m
|
2023-04-10 08:49:11 +00:00
|
|
|
splashsource=sf
|