diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-25 12:34:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-25 12:34:44 -0600 |
| commit | 98dd53d47b03b8263b98ac2806c354f5b018acd2 (patch) | |
| tree | 558a8727a93af57811159dc3a14b189e687b190d | |
| parent | c2d178577ae7d9272d7aff35895a36aefe626eca (diff) | |
rtl/gfx/firmware: rename gfx_bootrom.S -> bootrom.S
| -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 |
