projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
345af53
)
configs: ks2_evm: enable misc_init_r
author
Khoronzhuk, Ivan
<ivan.khoronzhuk@ti.com>
Fri, 26 Sep 2014 12:42:30 +0000
(15:42 +0300)
committer
Tom Rini
<trini@ti.com>
Thu, 23 Oct 2014 15:27:05 +0000
(11:27 -0400)
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@ti.com>
include/configs/ks2_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/ks2_evm.h
b/include/configs/ks2_evm.h
index
2164617
..
6e6755a
100644
(file)
--- 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