blob: 746e4065a2c0309b9a39a5ecbba8d7f715cec2ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <environment/ti/ti_armv7_common.env>
#include <environment/ti/ti_armv7_keystone2.env>
findfdt=setenv fdtfile ${name_fdt}
boot=ubi
args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048
name_fdt=keystone-k2e-evm.dtb
name_mon=skern-k2e.bin
name_ubi=k2e-evm-ubifs.ubi
name_uboot=u-boot-spi-k2e-evm.gph
name_fs=arago-console-image-k2e-evm.cpio.gz
|