diff options
| author | Lokesh Vutla <[email protected]> | 2017-05-05 12:59:07 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-12 08:37:11 -0400 |
| commit | c187dd685adcbfd24b119e3a50a96132bdad1639 (patch) | |
| tree | 466401343f2c9afdae972008748e01955039b17f /include | |
| parent | 66928afb6b55647a446560d32427a032e674301f (diff) | |
configs: convert CONFIG_SYS_MPUCLK to Kconfig
Signed-off-by: Lokesh Vutla <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/draco.h | 1 | ||||
| -rw-r--r-- | include/configs/etamin.h | 1 | ||||
| -rw-r--r-- | include/configs/pxm2.h | 1 | ||||
| -rw-r--r-- | include/configs/rastaban.h | 1 | ||||
| -rw-r--r-- | include/configs/rut.h | 1 | ||||
| -rw-r--r-- | include/configs/thuban.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/draco.h b/include/configs/draco.h index da77c451b0a..896d14f99a9 100644 --- a/include/configs/draco.h +++ b/include/configs/draco.h @@ -18,7 +18,6 @@ #include "siemens-am33x-common.h" -#define CONFIG_SYS_MPUCLK 300 #define DDR_PLL_FREQ 303 #undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC diff --git a/include/configs/etamin.h b/include/configs/etamin.h index 3383f06bf72..40c57948ccd 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -69,7 +69,6 @@ CONFIG_SYS_NAND_BASE2} #define CONFIG_SYS_NAND_ONFI_DETECTION -#define CONFIG_SYS_MPUCLK 300 #define DDR_PLL_FREQ 303 #undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC diff --git a/include/configs/pxm2.h b/include/configs/pxm2.h index c8bc8f35128..57f034f0df6 100644 --- a/include/configs/pxm2.h +++ b/include/configs/pxm2.h @@ -19,7 +19,6 @@ #include "siemens-am33x-common.h" -#define CONFIG_SYS_MPUCLK 720 #define DDR_IOCTRL_VAL 0x18b #define DDR_PLL_FREQ 266 diff --git a/include/configs/rastaban.h b/include/configs/rastaban.h index 16ed1f0133c..99fe1616e55 100644 --- a/include/configs/rastaban.h +++ b/include/configs/rastaban.h @@ -15,7 +15,6 @@ #include "siemens-am33x-common.h" -#define CONFIG_SYS_MPUCLK 300 #define DDR_PLL_FREQ 303 #undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC diff --git a/include/configs/rut.h b/include/configs/rut.h index bd819f1aadd..8cfb73d7813 100644 --- a/include/configs/rut.h +++ b/include/configs/rut.h @@ -19,7 +19,6 @@ #include "siemens-am33x-common.h" -#define CONFIG_SYS_MPUCLK 600 #define RUT_IOCTRL_VAL 0x18b #define DDR_PLL_FREQ 303 diff --git a/include/configs/thuban.h b/include/configs/thuban.h index 9b73828df6d..8c37d7cace8 100644 --- a/include/configs/thuban.h +++ b/include/configs/thuban.h @@ -15,7 +15,6 @@ #include "siemens-am33x-common.h" -#define CONFIG_SYS_MPUCLK 300 #define DDR_PLL_FREQ 303 #undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC |
