minor bootloader edits

This commit is contained in:
stnolting 2020-10-01 16:28:20 +02:00
parent 04761d6988
commit bd6d0d0243
2 changed files with 5 additions and 5 deletions

View file

@ -974,8 +974,8 @@ package neorv32_bootloader_image is
00000963 => x"3e3e2072",
00000964 => x"4c420a0a",
00000965 => x"203a5644",
00000966 => x"20706553",
00000967 => x"32203631",
00000966 => x"2074634f",
00000967 => x"32203120",
00000968 => x"0a303230",
00000969 => x"3a565748",
00000970 => x"00002020",
@ -986,8 +986,8 @@ package neorv32_bootloader_image is
00000975 => x"0000203a",
00000976 => x"53494d0a",
00000977 => x"00203a41",
00000978 => x"4e4f430a",
00000979 => x"00203a46",
00000978 => x"4f52500a",
00000979 => x"00203a43",
00000980 => x"454d490a",
00000981 => x"00203a4d",
00000982 => x"74796220",

View file

@ -226,7 +226,7 @@ int main(void) {
print_hex_word(SYSINFO_USER_CODE);
neorv32_uart_print("\nMISA: ");
print_hex_word(neorv32_cpu_csr_read(CSR_MISA));
neorv32_uart_print("\nCONF: ");
neorv32_uart_print("\nPROC: ");
print_hex_word(SYSINFO_FEATURES);
neorv32_uart_print("\nIMEM: ");
print_hex_word(SYSINFO_IMEM_SIZE);