keystone2: Move target selection to Kconfig
The config option TARGET_K2x_EVM is set by the k2x defconfigs to pick a board target, but the header configs also set K2x_EVM. This config is redundant, remove it and use TARGET_K2x_EVM everywhere in its place. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
384b1d507f
commit
ac34286647
@@ -12,7 +12,6 @@
|
||||
|
||||
/* Platform type */
|
||||
#define CONFIG_SOC_K2E
|
||||
#define CONFIG_K2E_EVM
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
/* Platform type */
|
||||
#define CONFIG_SOC_K2G
|
||||
#define CONFIG_K2G_EVM
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
/* Platform type */
|
||||
#define CONFIG_SOC_K2HK
|
||||
#define CONFIG_K2HK_EVM
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
/* Platform type */
|
||||
#define CONFIG_SOC_K2L
|
||||
#define CONFIG_K2L_EVM
|
||||
|
||||
/* U-Boot general configuration */
|
||||
#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \
|
||||
|
||||
Reference in New Issue
Block a user