software/bios/main: clarify address space with @ instead of -.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 10 Jun 2020 13:19:44 +0000 (15:19 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 10 Jun 2020 13:19:44 +0000 (15:19 +0200)
litex/soc/software/bios/main.c

index 5ba73a76bccabcd94135e50b85accc85f03054f6..dd0989abf3fbfc6b033220f24881312a1cac5786 100644 (file)
@@ -104,7 +104,7 @@ int main(int i, char **c)
        printf("\e[1mCPU\e[0m:       %s @ %dMHz\n",
                CONFIG_CPU_HUMAN_NAME,
                CONFIG_CLOCK_FREQUENCY/1000000);
-       printf("\e[1mBUS\e[0m:       %s %d-bit - %dGiB\n",
+       printf("\e[1mBUS\e[0m:       %s %d-bit @ %dGiB\n",
                CONFIG_BUS_STANDARD,
                CONFIG_BUS_DATA_WIDTH,
                (1 << (CONFIG_BUS_ADDRESS_WIDTH - 30)));