Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Egil committed Feb 20, 2024
1 parent 5d0cda9 commit b283f85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/soc/riscv_example_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ void rv_soc_init(rv_soc_td *rv_soc, char *fw_file_name, char *dtb_file_name, cha
write_mem_from_file(fw_file_name, soc_ram, sizeof(soc_ram));

if (initrd_file_name != NULL) {
printf("XXXXXXXXXXXXXXXXXXXXXXXXXXX\n");
write_mem_from_file(initrd_file_name, soc_from, FROM_SIZE_BYTES);
write_mem_from_file(initrd_file_name, soc_from, FROM_SIZE_BYTES);
}

/* this is the reset vector, taken from qemu v5.2 */
Expand Down

0 comments on commit b283f85

Please sign in to comment.