Skip to content

Commit

Permalink
bios: main: remove some excess text to fit it in rom
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Cross <sean@xobs.io>
  • Loading branch information
xobs authored and mithro committed Jan 20, 2019
1 parent 5d387e8 commit 55752cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions litex/soc/software/bios/main.c
Expand Up @@ -510,10 +510,10 @@ int main(int i, char **c)
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");
printf("\e[1m /____/_/\\__/\\__/_/|_|\e[0m\n");
// printf("\e[1m __ _ __ _ __\e[0m\n");
// printf("\e[1m / / (_) /____ | |/_/\e[0m\n");
// printf("\e[1m / /__/ / __/ -_)> <\e[0m\n");
// printf("\e[1m /____/_/\\__/\\__/_/|_|\e[0m\n");
printf("\e[1m SoC BIOS / CPU: ");
#ifdef __lm32__
printf("LM32");
Expand Down

0 comments on commit 55752cd

Please sign in to comment.