disable compressed instructions in bootrom

This commit is contained in:
Howard Mao
2017-10-17 11:35:44 -07:00
parent 5c200ddb6e
commit 2223932bd2
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
bootrom_img = bootrom.img
bootrom_dump = bootrom.dump
GCC=riscv64-unknown-elf-gcc
GCC=riscv64-unknown-elf-gcc -march=rv64imafd
OBJCOPY=riscv64-unknown-elf-objcopy
OBJDUMP=riscv64-unknown-elf-objdump

Binary file not shown.