summaryrefslogtreecommitdiffstats
path: root/include/configs/pdm360ng.h
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2010-04-24 19:27:11 +0200
committerWolfgang Denk <wd@denx.de>2010-04-24 22:56:41 +0200
commit29fd7ceb3c1cb7ffaffce1047e806d1e85e3ab4b (patch)
tree432a17a24100ec42fcb131f888ff47907df65fa4 /include/configs/pdm360ng.h
parent2ebdb9a9d7abcb17fdbfdc4bbb71b4ef538fc713 (diff)
downloadtalos-obmc-uboot-29fd7ceb3c1cb7ffaffce1047e806d1e85e3ab4b.tar.gz
talos-obmc-uboot-29fd7ceb3c1cb7ffaffce1047e806d1e85e3ab4b.zip
mpc5121: pdm360ng: add coprocessor POST
Adds coprocessor communication POST code Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs/pdm360ng.h')
-rw-r--r--include/configs/pdm360ng.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/pdm360ng.h b/include/configs/pdm360ng.h
index 228a686886..718abdf42b 100644
--- a/include/configs/pdm360ng.h
+++ b/include/configs/pdm360ng.h
@@ -445,6 +445,11 @@
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
#endif
+#ifdef CONFIG_SERIAL_MULTI
+/* POST support */
+#define CONFIG_POST (CONFIG_SYS_POST_COPROC)
+#endif
+
/*
* Environment Configuration
*/
OpenPOWER on IntegriCloud