blob: 7ef54079aa8d8556d97398d521b1576bdc973e6c [file] [log] [blame]
Bryan Brattlof5d747f32024-03-12 15:20:25 -05001#include <env/ti/ti_common.env>
2#include <env/ti/mmc.env>
3
4name_kern=Image
5console=ttyS2,115200n8
6args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
7 ${mtdparts}
8run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
9
10boot_targets=mmc1 mmc0 pxe dhcp
11boot=mmc
12mmcdev=1
13bootpart=1:2
14bootdir=/boot
15rd_spec=-
Mattijs Korpershoekce68e2b2024-09-12 09:29:59 +020016
17#if CONFIG_BOOTMETH_ANDROID
18#include <env/ti/android.env>
19adtb_idx=3
20#endif