diff options
| author | Simon Glass <[email protected]> | 2017-12-04 13:48:23 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-12-07 15:17:00 -0500 |
| commit | c5404b64fb5a35d41f7eff6d12b8ffdb0c851040 (patch) | |
| tree | 599a546f22a8349cee2989abf10f295124266180 /include/post.h | |
| parent | 0ad0458c76107b29325b8c38804e0407bed42a79 (diff) | |
Drop the log buffer
This does not appear to be used by any boards. Before introducing a new
log system, remove this old one.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'include/post.h')
| -rw-r--r-- | include/post.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/post.h b/include/post.h index d5278111e85..b41a6c81272 100644 --- a/include/post.h +++ b/include/post.h @@ -15,7 +15,7 @@ #include <common.h> #include <asm/io.h> -#if defined(CONFIG_POST) || defined(CONFIG_LOGBUFFER) +#if defined(CONFIG_POST) #ifndef CONFIG_POST_EXTERNAL_WORD_FUNCS #ifdef CONFIG_SYS_POST_WORD_ADDR @@ -58,7 +58,7 @@ extern ulong post_word_load(void); extern void post_word_store(ulong value); #endif /* CONFIG_POST_EXTERNAL_WORD_FUNCS */ -#endif /* defined (CONFIG_POST) || defined(CONFIG_LOGBUFFER) */ +#endif /* defined (CONFIG_POST) */ #endif /* __ASSEMBLY__ */ #ifdef CONFIG_POST |
