aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7/early_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/armv7/early_console.c')
-rw-r--r--src/arch/armv7/early_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/armv7/early_console.c b/src/arch/armv7/early_console.c
index 68e81c632e..84f97ba749 100644
--- a/src/arch/armv7/early_console.c
+++ b/src/arch/armv7/early_console.c
@@ -41,7 +41,7 @@ void console_tx_byte(unsigned char byte)
#if CONFIG_USBDEBUG
usbdebug_tx_byte(0, byte);
#endif
-#if CONFIG_CONSOLE_CBMEM
+#if CONFIG_CONSOLE_CBMEM && !defined(__BOOT_BLOCK__)
cbmemc_tx_byte(byte);
#endif
}