From 90dcd45f0be9f637cb39d04e5fa9c70eb8855ae8 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 7 Mar 2018 21:39:10 +0100 Subject: [PATCH] soc/software/main: go to new line at startup --- litex/soc/software/bios/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/litex/soc/software/bios/main.c b/litex/soc/software/bios/main.c index 018decdac..90b2908f1 100644 --- a/litex/soc/software/bios/main.c +++ b/litex/soc/software/bios/main.c @@ -488,6 +488,7 @@ int main(int i, char **c) irq_setmask(0); irq_setie(1); uart_init(); + printf("\n"); printf("\e[1m __ _ __ _ __\e[0m\n"); printf("\e[1m / / (_) /____ | |/_/\e[0m\n"); printf("\e[1m / /__/ / __/ -_)> <\e[0m\n");