diff options
author | Bob Liu <lliubbo@gmail.com> | 2013-02-05 19:05:41 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2013-05-13 16:26:12 +0800 |
commit | 7d861d95a315852532d581884b3b72536c25032c (patch) | |
tree | d3f844e5c0cd5a8b5faafffb961a70faae497fb5 /include/configs | |
parent | e7b9aa96b15c589ba0e5236be9bbadd69c8bcace (diff) | |
download | u-boot-imx-7d861d95a315852532d581884b3b72536c25032c.zip u-boot-imx-7d861d95a315852532d581884b3b72536c25032c.tar.gz u-boot-imx-7d861d95a315852532d581884b3b72536c25032c.tar.bz2 |
blackfin: bf609: add softswitch config command
Add softswitch_output command for bf609-ezkit to enable softswitches.
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bf609-ezkit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bf609-ezkit.h b/include/configs/bf609-ezkit.h index 8b90129..f0ac86b 100644 --- a/include/configs/bf609-ezkit.h +++ b/include/configs/bf609-ezkit.h @@ -144,6 +144,7 @@ #define CONFIG_UART_CONSOLE 0 #define CONFIG_CMD_MEMORY +#define CONFIG_CMD_SOFTSWITCH #define CONFIG_SYS_MEMTEST_END (CONFIG_STACKBASE - 20*1024*1024 + 4) #define CONFIG_BFIN_SOFT_SWITCH |