diff options
Diffstat (limited to 'rtl')
| -rw-r--r-- | rtl/gfx/firmware/bootrom.S (renamed from rtl/gfx/firmware/gfx_bootrom.S) | 0 | ||||
| -rw-r--r-- | rtl/gfx/firmware/mod.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/firmware/gfx_bootrom.S b/rtl/gfx/firmware/bootrom.S index 9079e31..9079e31 100644 --- a/rtl/gfx/firmware/gfx_bootrom.S +++ b/rtl/gfx/firmware/bootrom.S diff --git a/rtl/gfx/firmware/mod.mk b/rtl/gfx/firmware/mod.mk index 087aadc..611d5c0 100644 --- a/rtl/gfx/firmware/mod.mk +++ b/rtl/gfx/firmware/mod.mk @@ -4,7 +4,7 @@ define core/gfx_bootrom $(this)/cross := riscv32-none-elf- $(this)/hooks := cc objcopy makehex obj - $(this)/cc_files := gfx_bootrom.S + $(this)/cc_files := bootrom.S $(this)/cc_flags = -g -march=rv32imc -mabi=ilp32 $(this)/ld_flags := -nostartfiles -nostdlib $(this)/ld_binary := gfx_bootrom |
