diff options
author | Tom Rini | 2021-09-12 20:32:33 -0400 |
---|---|---|
committer | Tom Rini | 2021-09-27 21:38:34 -0400 |
commit | 4b62ba8fa297183e74049d7aca855000134bafc9 (patch) | |
tree | d77b7b36ae8b77e6c36a2df3d74a7720bdd91742 /include/configs/k2hk_evm.h | |
parent | f899cc14320d0929e7730d31c00830b2e0bcbcc0 (diff) |
ti: keystone: Migrate CONFIG_SOC_K2* to Kconfig
Move the individual keystone 2 SoC symbols to the mach Kconfig file,
select them as needed.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/k2hk_evm.h')
-rw-r--r-- | include/configs/k2hk_evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/k2hk_evm.h b/include/configs/k2hk_evm.h index f5a20ce02b0..cfc34c7da6d 100644 --- a/include/configs/k2hk_evm.h +++ b/include/configs/k2hk_evm.h @@ -11,9 +11,6 @@ #include <environment/ti/spi.h> -/* Platform type */ -#define CONFIG_SOC_K2HK - #ifdef CONFIG_TI_SECURE_DEVICE #define DEFAULT_SEC_BOOT_ENV \ DEFAULT_FIT_TI_ARGS \ |