From ac34286647a3404a63a7d48644d0d577698c42e2 Mon Sep 17 00:00:00 2001 From: "Andrew F. Davis" Date: Fri, 18 Nov 2016 11:56:15 -0600 Subject: 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 Reviewed-by: Lokesh Vutla --- include/configs/k2e_evm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/k2e_evm.h') diff --git a/include/configs/k2e_evm.h b/include/configs/k2e_evm.h index 8d6471a..777f225 100644 --- a/include/configs/k2e_evm.h +++ b/include/configs/k2e_evm.h @@ -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 \ -- cgit v1.1