]>
Commit | Line | Data |
---|---|---|
bf9c61ac | 1 | #include <env/ti/ti_common.env> |
5e541a05 | 2 | #include <env/ti/ti_armv7_keystone2.env> |
5182e9c6 AD |
3 | |
4 | findfdt=setenv fdtfile ${name_fdt} | |
5 | boot=ubi | |
6 | args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048 | |
7 | ||
8 | name_fdt=keystone-k2hk-evm.dtb | |
9 | name_mon=skern-k2hk.bin | |
10 | name_ubi=k2hk-evm-ubifs.ubi | |
11 | name_uboot=u-boot-spi-k2hk-evm.gph | |
12 | name_fs=arago-console-image-k2hk-evm.cpio.gz |