mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
bf9c61acb6
ti_armv7_common does not make any more sense as it is used by armv7 and armv8 TI based platforms. Reported-by: Tom Rini <trini@konsulko.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com> Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Signed-off-by: Nishanth Menon <nm@ti.com>
12 lines
390 B
Bash
12 lines
390 B
Bash
#include <env/ti/ti_common.env>
|
|
#include <env/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
|