From: Khoronzhuk, Ivan Date: Fri, 26 Sep 2014 12:42:30 +0000 (+0300) Subject: configs: ks2_evm: enable misc_init_r X-Git-Tag: v2015.01-rc1~125^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8347210a3f158f0d40ced048673d8602802ed9cc;p=platform%2Fkernel%2Fu-boot.git configs: ks2_evm: enable misc_init_r Currently keystone has misc_init_r where all DSPS are turned off by default. So enable this function. Signed-off-by: Ivan Khoronzhuk --- diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h index 2164617..6e6755a 100644 --- a/include/configs/ks2_evm.h +++ b/include/configs/ks2_evm.h @@ -214,6 +214,7 @@ /* U-Boot general configuration */ #define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_MISC_INIT_R #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_PBSIZE 2048 #define CONFIG_SYS_MAXARGS 16