diff options
Diffstat (limited to 'include/configs/lwmon.h')
-rw-r--r-- | include/configs/lwmon.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/lwmon.h b/include/configs/lwmon.h index fc92d45..a89633a 100644 --- a/include/configs/lwmon.h +++ b/include/configs/lwmon.h @@ -28,6 +28,14 @@ #ifndef __CONFIG_H #define __CONFIG_H +/* External logbuffer support */ +#define CONFIG_LOGBUFFER + +/* Reserve space for the logbuffer */ +#ifdef CONFIG_LOGBUFFER +#define CONFIG_PRAM 20 +#endif + /* * High Level Configuration Options * (easy to change) |