[U-Boot] [U-boot] [Patch] configs: ks2_evm: enable misc_init_r

Ivan Khoronzhuk ivan.khoronzhuk at ti.com
Fri Sep 26 14:42:30 CEST 2014


Currently keystone has misc_init_r where all DSPS are turned off
by default. So enable this function.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk at ti.com>
---
 include/configs/ks2_evm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index 43db581..a023a47 100644
--- a/include/configs/ks2_evm.h
+++ b/include/configs/ks2_evm.h
@@ -172,6 +172,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
-- 
1.8.3.2



More information about the U-Boot mailing list