mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-22 03:03:05 +00:00
5e541a05f7
The 'environment' word is too long. We mostly use 'env' in U-Boot, so use that as the name of the include directory too. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
12 lines
396 B
Bash
12 lines
396 B
Bash
#include <env/ti/ti_armv7_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
|