summaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Makefile.inc4
-rw-r--r--src/console/init.c2
2 files changed, 0 insertions, 6 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc
index a5f4318734..b236578ea0 100644
--- a/src/console/Makefile.inc
+++ b/src/console/Makefile.inc
@@ -21,7 +21,3 @@ romstage-y += die.c
bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c printk.c
bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += die.c
-
-secmon-y += vtxprintf.c printk.c
-secmon-y += init.c console.c
-secmon-y += die.c
diff --git a/src/console/init.c b/src/console/init.c
index ed1f056c68..7e7c5acdd7 100644
--- a/src/console/init.c
+++ b/src/console/init.c
@@ -53,8 +53,6 @@ void console_init(void)
"ramstage"
#elif ENV_VERSTAGE
"verstage"
-#elif ENV_SECMON
- "secmon"
#else
"UNKNOWN"
#endif