diff mbox

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

Message ID 1411735350-17978-1-git-send-email-ivan.khoronzhuk@ti.com
State Awaiting Upstream
Delegated to: Tom Rini
Headers show

Commit Message

Ivan Khoronzhuk Sept. 26, 2014, 12:42 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 23, 2014, 5:13 p.m. UTC | #1
On Fri, Sep 26, 2014 at 03:42:30PM +0300, Khoronzhuk, Ivan wrote:

> 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>

Applied to u-boot-ti/master, thanks!
diff mbox

Patch

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