diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/pdm360ng.h | 5 | ||||
| -rw-r--r-- | include/post.h | 1 | 
2 files changed, 6 insertions, 0 deletions
| diff --git a/include/configs/pdm360ng.h b/include/configs/pdm360ng.h index 228a68688..718abdf42 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   */ diff --git a/include/post.h b/include/post.h index ff83bce6b..3da959d9a 100644 --- a/include/post.h +++ b/include/post.h @@ -124,6 +124,7 @@ extern int post_hotkeys_pressed(void);  #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 */ |