diff options
author | Lokesh Vutla | 2017-05-05 12:59:07 +0530 |
---|---|---|
committer | Tom Rini | 2017-05-12 08:37:11 -0400 |
commit | c187dd685adcbfd24b119e3a50a96132bdad1639 (patch) | |
tree | 466401343f2c9afdae972008748e01955039b17f /configs/draco_defconfig | |
parent | 66928afb6b55647a446560d32427a032e674301f (diff) |
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/draco_defconfig')
-rw-r--r-- | configs/draco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/draco_defconfig b/configs/draco_defconfig index ea678b6f48c..2ecdd3c8f68 100644 --- a/configs/draco_defconfig +++ b/configs/draco_defconfig @@ -5,6 +5,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_DRACO=y +CONFIG_SYS_MPUCLK=300 CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y |