commit | 810b2072e7faa5c5afb8adf80938ed3ae6eaff3a | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Sat Apr 24 19:27:11 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 24 22:56:41 2010 +0200 |
tree | 432a17a24100ec42fcb131f888ff47907df65fa4 | |
parent | 657c46e3a65cf84d70f1c7bc20a5525b664a752e [diff] [blame] |
mpc5121: pdm360ng: add coprocessor POST Adds coprocessor communication POST code Signed-off-by: Anatolij Gustschin <agust@denx.de>
diff --git a/include/post.h b/include/post.h index ff83bce..3da959d 100644 --- a/include/post.h +++ b/include/post.h
@@ -124,6 +124,7 @@ #define CONFIG_SYS_POST_BSPEC4 0x00080000 #define CONFIG_SYS_POST_BSPEC5 0x00100000 #define CONFIG_SYS_POST_CODEC 0x00200000 +#define CONFIG_SYS_POST_COPROC 0x00400000 #endif /* CONFIG_POST */