Jayesh Choudhary | 68fa674 | 2024-06-12 14:41:19 +0530 | [diff] [blame] | 1 | #include <env/ti/ti_common.env> |
2 | #include <env/ti/mmc.env> | ||||
3 | |||||
4 | name_kern=Image | ||||
5 | console=ttyS2,115200n8 | ||||
6 | args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 | ||||
7 | ${mtdparts} | ||||
8 | run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr} | ||||
9 | |||||
10 | boot_targets=mmc1 mmc0 pxe dhcp | ||||
11 | boot=mmc | ||||
12 | mmcdev=1 | ||||
13 | bootpart=1:2 | ||||
14 | bootdir=/boot | ||||
15 | rd_spec=- |