mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-23 11:33:32 +00:00
13 lines
412 B
Bash
13 lines
412 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,2048
|
||
|
|
||
|
name_fdt=keystone-k2hk-evm.dtb
|
||
|
name_mon=skern-k2hk.bin
|
||
|
name_ubi=k2hk-evm-ubifs.ubi
|
||
|
name_uboot=u-boot-spi-k2hk-evm.gph
|
||
|
name_fs=arago-console-image-k2hk-evm.cpio.gz
|