diff options
author | Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> | 2014-09-26 12:42:30 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 15:27:05 (GMT) |
commit | 8347210a3f158f0d40ced048673d8602802ed9cc (patch) | |
tree | c2e71bc014e8a10ba0379a22a54ec8ff82949e9b | |
parent | 345af534561a2c111ef1160cb8f25ba787d7e949 (diff) | |
download | u-boot-fsl-qoriq-8347210a3f158f0d40ced048673d8602802ed9cc.tar.xz |
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 <ivan.khoronzhuk@ti.com>
-rw-r--r-- | include/configs/ks2_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |