summaryrefslogtreecommitdiff
path: root/post/tests.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-12-04 23:48:23 +0300
committerTom Rini <trini@konsulko.com>2017-12-07 23:17:00 +0300
commitc5404b64fb5a35d41f7eff6d12b8ffdb0c851040 (patch)
tree599a546f22a8349cee2989abf10f295124266180 /post/tests.c
parent0ad0458c76107b29325b8c38804e0407bed42a79 (diff)
downloadu-boot-c5404b64fb5a35d41f7eff6d12b8ffdb0c851040.tar.xz
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>
Diffstat (limited to 'post/tests.c')
-rw-r--r--post/tests.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/post/tests.c b/post/tests.c
index bc8e398051..473c0ea1e1 100644
--- a/post/tests.c
+++ b/post/tests.c
@@ -3,10 +3,6 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* SPDX-License-Identifier: GPL-2.0+
- *
- * Be sure to mark tests to be run before relocation as such with the
- * CONFIG_SYS_POST_PREREL flag so that logging is done correctly if the
- * logbuffer support is enabled.
*/
#include <common.h>