mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user