arm: keystone2: Rename CONFIG_ENV_KS2_BOARD_SETTINGS
Rename CONFIG_ENV_KS2_BOARD_SETTINGS to ENV_KS2_BOARD_SETTINGS so that it better fits with the rest of the environment addition macros. Cc: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
|
||||
#define ENV_KS2_BOARD_SETTINGS \
|
||||
DEFAULT_FW_INITRAMFS_BOOT_ENV \
|
||||
DEFAULT_SEC_BOOT_ENV \
|
||||
"boot=ubi\0" \
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#define CONFIG_SOC_K2G
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
|
||||
#define ENV_KS2_BOARD_SETTINGS \
|
||||
DEFAULT_MMC_TI_ARGS \
|
||||
DEFAULT_PMMC_BOOT_ENV \
|
||||
DEFAULT_FW_INITRAMFS_BOOT_ENV \
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
|
||||
#define ENV_KS2_BOARD_SETTINGS \
|
||||
DEFAULT_FW_INITRAMFS_BOOT_ENV \
|
||||
DEFAULT_SEC_BOOT_ENV \
|
||||
"boot=ubi\0" \
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
|
||||
#define ENV_KS2_BOARD_SETTINGS \
|
||||
DEFAULT_FW_INITRAMFS_BOOT_ENV \
|
||||
DEFAULT_SEC_BOOT_ENV \
|
||||
"boot=ubi\0" \
|
||||
|
||||
@@ -187,7 +187,7 @@
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
DEFAULT_LINUX_BOOT_ENV \
|
||||
CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
|
||||
ENV_KS2_BOARD_SETTINGS \
|
||||
DFUARGS \
|
||||
"bootdir=/boot\0" \
|
||||
"tftp_root=/\0" \
|
||||
|
||||
Reference in New Issue
Block a user