mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-03 09:51:44 +01:00
configs: k2x_evm: Always include FIT loading support
Non-HS boards can use FIT images so include the env var commands for these unconditionally. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
70aa5a94d4
commit
300e475967
@ -11,18 +11,11 @@
|
||||
|
||||
#include <environment/ti/spi.h>
|
||||
|
||||
#ifdef CONFIG_TI_SECURE_DEVICE
|
||||
#define DEFAULT_SEC_BOOT_ENV \
|
||||
DEFAULT_FIT_TI_ARGS \
|
||||
"findfdt=setenv fdtfile ${name_fdt}\0"
|
||||
#else
|
||||
#define DEFAULT_SEC_BOOT_ENV
|
||||
#endif
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define ENV_KS2_BOARD_SETTINGS \
|
||||
DEFAULT_FW_INITRAMFS_BOOT_ENV \
|
||||
DEFAULT_SEC_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" \
|
||||
|
||||
@ -11,18 +11,11 @@
|
||||
|
||||
#include <environment/ti/spi.h>
|
||||
|
||||
#ifdef CONFIG_TI_SECURE_DEVICE
|
||||
#define DEFAULT_SEC_BOOT_ENV \
|
||||
DEFAULT_FIT_TI_ARGS \
|
||||
"findfdt=setenv fdtfile ${name_fdt}\0"
|
||||
#else
|
||||
#define DEFAULT_SEC_BOOT_ENV
|
||||
#endif
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define ENV_KS2_BOARD_SETTINGS \
|
||||
DEFAULT_FW_INITRAMFS_BOOT_ENV \
|
||||
DEFAULT_SEC_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" \
|
||||
|
||||
@ -11,18 +11,11 @@
|
||||
|
||||
#include <environment/ti/spi.h>
|
||||
|
||||
#ifdef CONFIG_TI_SECURE_DEVICE
|
||||
#define DEFAULT_SEC_BOOT_ENV \
|
||||
DEFAULT_FIT_TI_ARGS \
|
||||
"findfdt=setenv fdtfile ${name_fdt}\0"
|
||||
#else
|
||||
#define DEFAULT_SEC_BOOT_ENV
|
||||
#endif
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define ENV_KS2_BOARD_SETTINGS \
|
||||
DEFAULT_FW_INITRAMFS_BOOT_ENV \
|
||||
DEFAULT_SEC_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,4096\0" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user