aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/x86_64')
-rw-r--r--arch/x86/cpu/x86_64/cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/cpu/x86_64/cpu.c b/arch/x86/cpu/x86_64/cpu.c
index 77cbb56..db171f7 100644
--- a/arch/x86/cpu/x86_64/cpu.c
+++ b/arch/x86/cpu/x86_64/cpu.c
@@ -31,7 +31,9 @@ void arch_setup_gd(gd_t *new_gd)
*
* U-Boot SPL 2017.01
*/
+#ifdef CONFIG_DEBUG_UART
printch(' ');
+#endif
}
int cpu_has_64bit(void)