diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-12 20:32:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-27 21:38:34 -0400 |
commit | 4b62ba8fa297183e74049d7aca855000134bafc9 (patch) | |
tree | d77b7b36ae8b77e6c36a2df3d74a7720bdd91742 /include/configs/k2l_evm.h | |
parent | f899cc14320d0929e7730d31c00830b2e0bcbcc0 (diff) | |
download | u-boot-4b62ba8fa297183e74049d7aca855000134bafc9.tar.gz |
ti: keystone: Migrate CONFIG_SOC_K2* to KconfigWIP/2021-09-25-TI-platform-updates
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/k2l_evm.h')
-rw-r--r-- | include/configs/k2l_evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/k2l_evm.h b/include/configs/k2l_evm.h index 97512c9903d..65988fff06e 100644 --- a/include/configs/k2l_evm.h +++ b/include/configs/k2l_evm.h @@ -11,9 +11,6 @@ #include <environment/ti/spi.h> -/* Platform type */ -#define CONFIG_SOC_K2L - #ifdef CONFIG_TI_SECURE_DEVICE #define DEFAULT_SEC_BOOT_ENV \ DEFAULT_FIT_TI_ARGS \ |