diff options
author | Andrew Davis | 2023-07-25 13:15:21 -0500 |
---|---|---|
committer | Tom Rini | 2023-07-28 10:11:01 -0400 |
commit | 5182e9c607c645eb97080ebd02c4f75fc1da0066 (patch) | |
tree | 07b6812ba877b6eeb2c8e6195ba535f683404b08 /include/configs/k2hk_evm.h | |
parent | b7e3e6344f707a50b9c27452a66ba723323f4c5a (diff) |
configs: keystone2: Change to using env files
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>
Diffstat (limited to 'include/configs/k2hk_evm.h')
-rw-r--r-- | include/configs/k2hk_evm.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/k2hk_evm.h b/include/configs/k2hk_evm.h index 44a47995b73..5e52bbb98f8 100644 --- a/include/configs/k2hk_evm.h +++ b/include/configs/k2hk_evm.h @@ -9,20 +9,6 @@ #ifndef __CONFIG_K2HK_EVM_H #define __CONFIG_K2HK_EVM_H -/* U-Boot general configuration */ -#define ENV_KS2_BOARD_SETTINGS \ - DEFAULT_FW_INITRAMFS_BOOT_ENV \ - DEFAULT_FIT_TI_ARGS \ - "findfdt=setenv fdtfile ${name_fdt}\0" \ - "boot=ubi\0" \ - "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \ - "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \ - "name_fdt=keystone-k2hk-evm.dtb\0" \ - "name_mon=skern-k2hk.bin\0" \ - "name_ubi=k2hk-evm-ubifs.ubi\0" \ - "name_uboot=u-boot-spi-k2hk-evm.gph\0" \ - "name_fs=arago-console-image-k2hk-evm.cpio.gz\0" - #include <configs/ti_armv7_keystone2.h> /* Network */ |