]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
configs: ks2_evm: enable misc_init_r
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>
Fri, 26 Sep 2014 12:42:30 +0000 (15:42 +0300)
committerTom 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

index 2164617584186bf21d5a7e6ea2a7c4668ae3b6f7..6e6755a314d8d36ce3f20c522ff2bbf75c6ac51a 100644 (file)
 
 /* 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