summaryrefslogtreecommitdiffstats
path: root/src/include/console
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-02-05 08:48:59 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-03-08 13:59:33 +0000
commitbe11236a4d9934c93ee284167e86386db3205d35 (patch)
tree3205aab11cf5ea974c0164612a6f86641edaa407 /src/include/console
parent51120435f5dd3d71ad24b95089f3ac6dc4d224bf (diff)
downloadcoreboot-be11236a4d9934c93ee284167e86386db3205d35.tar.gz
coreboot-be11236a4d9934c93ee284167e86386db3205d35.tar.bz2
coreboot-be11236a4d9934c93ee284167e86386db3205d35.zip
commonlib/loglevel.h: Drop unnecessary include
This 'include' is only needed in console/console.h file. Change-Id: Ief61106eb78d0de743c920f358937c51658c228a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31239 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/include/console')
-rw-r--r--src/include/console/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/console/console.h b/src/include/console/console.h
index 2aac832a2a6c..ed10807c9a4d 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -20,6 +20,8 @@
#include <arch/cpu.h>
#include <console/post_codes.h>
#include <console/vtxprintf.h>
+
+/* console.h is supposed to provide the log levels defined in here: */
#include <commonlib/loglevel.h>
#define RAM_DEBUG (CONFIG(DEBUG_RAM_SETUP) ? BIOS_DEBUG : BIOS_NEVER)