diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-09 15:21:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-16 16:46:42 -0400 |
commit | 83a021d186b449d545601fc3b09c7fdbe18afe5c (patch) | |
tree | dac1d7e8ae82e7f7e5ccd0d47a7df410d22a385d /include/configs | |
parent | b9c24eb80424394630fa0f9c8adb4efefbb86c3c (diff) | |
download | u-boot-WIP/finish-Kconfig-migrations-p1-v2.tar.gz |
Convert CONFIG_CADENCE_QSPI to KconfigWIP/finish-Kconfig-migrations-p1-v2
This converts the following to Kconfig:
CONFIG_CADENCE_QSPI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/k2g_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index 25f3959533..83466b9e0c 100644 --- a/include/configs/k2g_evm.h +++ b/include/configs/k2g_evm.h @@ -82,7 +82,6 @@ #define PHY_ANEG_TIMEOUT 10000 /* PHY needs longer aneg time */ #ifndef CONFIG_SPL_BUILD -#define CONFIG_CADENCE_QSPI #define CONFIG_CQSPI_REF_CLK 384000000 #endif |