diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-12 17:27:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-12 17:27:26 -0400 |
commit | 51c36096db10d5f7f8d592fb03ba185e9ec6d16d (patch) | |
tree | 67d24572437895b56ce7019260952770766d009c /include/configs/k2hk_evm.h | |
parent | 2108ffd2fe81d0ea55c1394414b5fb418a87c3cb (diff) | |
download | u-boot-51c36096db10d5f7f8d592fb03ba185e9ec6d16d.tar.gz |
ti: keystone: Migrate CONFIG_SOC_K2* to KconfigWIP/migrate-TI-symbols
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 f5a20ce02b..cfc34c7da6 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 \ |