configs: convert CONFIG_SYS_MPUCLK to Kconfig
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-am33xx / clocks_am33xx.h
index 4c9352a..c06b01b 100644 (file)
 #define MPUPLL_M_550   550
 #define MPUPLL_M_300   300
 
-/* MAIN PLL Fdll = 550 MHz, by default */
-#ifndef CONFIG_SYS_MPUCLK
-#define CONFIG_SYS_MPUCLK      MPUPLL_M_550
-#endif
-
 #define UART_RESET             (0x1 << 1)
 #define UART_CLK_RUNNING_MASK  0x1
 #define UART_SMART_IDLE_EN     (0x1 << 0x3)