diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:20:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:47 -0400 |
commit | b20e79f0bba277a33f7e0af3776c959fa1c31117 (patch) | |
tree | 3413fddca397c823eb27e2e8ecf3abc662a3bff8 /include/configs | |
parent | a9ee1ad95a9a19bc41f77a0806a8686ae2fb912c (diff) | |
download | u-boot-b20e79f0bba277a33f7e0af3776c959fa1c31117.tar.gz u-boot-b20e79f0bba277a33f7e0af3776c959fa1c31117.tar.bz2 u-boot-b20e79f0bba277a33f7e0af3776c959fa1c31117.zip |
Convert CONFIG_CLOCK_SYNTHESIZER to Kconfig
This converts the following to Kconfig:
CONFIG_CLOCK_SYNTHESIZER
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am335x_evm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index e786672b83..c4c8f222bd 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -243,9 +243,4 @@ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE #endif /* NOR support */ -#ifdef CONFIG_DRIVER_TI_CPSW -#define CONFIG_CLOCK_SYNTHESIZER -#define CLK_SYNTHESIZER_I2C_ADDR 0x65 -#endif - #endif /* ! __CONFIG_AM335X_EVM_H */ |