diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-05-05 12:59:07 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-12 08:37:11 -0400 |
commit | c187dd685adcbfd24b119e3a50a96132bdad1639 (patch) | |
tree | 466401343f2c9afdae972008748e01955039b17f /configs/rut_defconfig | |
parent | 66928afb6b55647a446560d32427a032e674301f (diff) | |
download | u-boot-c187dd685adcbfd24b119e3a50a96132bdad1639.tar.gz u-boot-c187dd685adcbfd24b119e3a50a96132bdad1639.tar.xz u-boot-c187dd685adcbfd24b119e3a50a96132bdad1639.zip |
configs: convert CONFIG_SYS_MPUCLK to Kconfig
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/rut_defconfig')
-rw-r--r-- | configs/rut_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rut_defconfig b/configs/rut_defconfig index 33289962a8..f09a67e62c 100644 --- a/configs/rut_defconfig +++ b/configs/rut_defconfig @@ -5,6 +5,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_RUT=y +CONFIG_SYS_MPUCLK=600 CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y |