diff options
author | Tom Rini | 2022-11-19 18:45:21 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:07:12 -0500 |
commit | d5c77533b422eabc469e9f55d14afc3ac9ac49f6 (patch) | |
tree | bfb0749ee3563081d9211e1ddf3d6ced9f75163b /include/configs/dra7xx_evm.h | |
parent | 500dfebf22cbf0adbef02b80c75a93892ee861ec (diff) |
Convert CONFIG_IODELAY_RECALIBRATION to Kconfig
This converts the following to Kconfig:
CONFIG_IODELAY_RECALIBRATION
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 8217712e390..ac3fcacc68e 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -13,8 +13,6 @@ #include <environment/ti/dfu.h> -#define CONFIG_IODELAY_RECALIBRATION - #define CONFIG_VERY_BIG_RAM #define CONFIG_MAX_MEM_MAPPED 0x80000000 |