mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-22 19:23:07 +00:00
13 lines
410 B
Bash
13 lines
410 B
Bash
|
#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,4096
|
||
|
|
||
|
name_fdt=keystone-k2l-evm.dtb
|
||
|
name_mon=skern-k2l.bin
|
||
|
name_ubi=k2l-evm-ubifs.ubi
|
||
|
name_uboot=u-boot-spi-k2l-evm.gph
|
||
|
name_fs=arago-console-image-k2l-evm.cpio.gz\0"
|