mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-15 15:53:02 +00:00
5182e9c607
Move to using .env file for setting up environment variables for K2x_evm. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
12 lines
410 B
Bash
12 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"
|