diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2018-12-14 09:39:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 09:39:11 -0800 |
commit | bb4e58de759386187c3818dc11074fa2d61970cd (patch) | |
tree | be7b0dcc478fc97978a7efccce04a17557a37b22 /bsp/coreip-e31-arty | |
parent | 0c3b3d75eadffb9ab1d85e811cac55d54ac9d3ca (diff) | |
parent | 2077ff04a25b4393d9b88cd0ee69db3f8eb40276 (diff) |
Merge pull request #114 from sifive/elf2hex
Add support for generating coreip hex files via elf2hex
Diffstat (limited to 'bsp/coreip-e31-arty')
-rw-r--r-- | bsp/coreip-e31-arty/settings.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bsp/coreip-e31-arty/settings.mk b/bsp/coreip-e31-arty/settings.mk index eacecc3..3017c12 100644 --- a/bsp/coreip-e31-arty/settings.mk +++ b/bsp/coreip-e31-arty/settings.mk @@ -1,4 +1,3 @@ -#write_config_file - RISCV_ARCH=rv32imac RISCV_ABI=ilp32 +COREIP_HEX_WIDTH=32 |