From 8bb687fdc10946a25e81393f8d6617d17e890df0 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 16 May 2017 14:46:40 -0400 Subject: t81xx: Migrate TI81XX/TI816X/TI814X symbols to Kconfig The symbol CONFIG_TI81XX is used for the parts that are common to the TI816x and TI814x SoCs and are not part of CONFIG_ARCH_OMAP2PLUS nor CONFIG_AM33XX. It however has so few uses that we can just modify the code to check for both and drop the symbol. The symbols CONFIG_TI816X and CONFIG_TI814X are for the repective SoCs. Signed-off-by: Tom Rini --- include/configs/ti814x_evm.h | 3 --- include/configs/ti816x_evm.h | 3 --- 2 files changed, 6 deletions(-) (limited to 'include') diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index a4066a84946..ea83ea2495e 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -16,9 +16,6 @@ #ifndef __CONFIG_TI814X_EVM_H #define __CONFIG_TI814X_EVM_H -#define CONFIG_TI81XX -#define CONFIG_TI814X - #include #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ diff --git a/include/configs/ti816x_evm.h b/include/configs/ti816x_evm.h index 27c6479ccc2..defcad45188 100644 --- a/include/configs/ti816x_evm.h +++ b/include/configs/ti816x_evm.h @@ -10,9 +10,6 @@ #ifndef __CONFIG_TI816X_EVM_H #define __CONFIG_TI816X_EVM_H -#define CONFIG_TI81XX -#define CONFIG_TI816X - #include #include -- cgit v1.3.1