mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bios/main: Change no console message display.
This commit is contained in:
parent
8b8dba658c
commit
6f5412e9d0
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ __attribute__((__used__)) int main(int i, char **c)
|
|||
#endif
|
||||
|
||||
#ifdef NO_TERM
|
||||
printf("--============= \e[1mBuild without Console!\e[0m ================--\n");
|
||||
printf("--======= \e[1mDone (No Console) \e[0m ==========--\n");
|
||||
#else
|
||||
/* Console */
|
||||
printf("--============= \e[1mConsole\e[0m ================--\n");
|
||||
|
|
Loading…
Reference in a new issue