diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-21 09:09:17 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-24 05:58:42 -0600 |
| commit | 1dc93e3fedbea8759f49cb3a2e11eb3afdaf5ef5 (patch) | |
| tree | 2409497f832d0578bba0b6b1ae01449d59c41971 /rtl | |
| parent | f161daf7f82a0fa2f0f7648fe6060c6cadce2b15 (diff) | |
rtl/gfx/firmware: fix bootrom build date
Diffstat (limited to 'rtl')
| -rw-r--r-- | rtl/gfx/firmware/gfx_bootrom.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/firmware/gfx_bootrom.S b/rtl/gfx/firmware/gfx_bootrom.S index bf7bd7d..75f5826 100644 --- a/rtl/gfx/firmware/gfx_bootrom.S +++ b/rtl/gfx/firmware/gfx_bootrom.S @@ -69,7 +69,7 @@ _start: # Hardware major.minor.patch .word 1 << 16 | 0 << 8 | 0 << 0 # Firmware yyyy.mm.dd.build - .word 2024 << 18 | 5 << 15 | 12 << 10 | 1 << 0 + .word 2024 << 19 | 5 << 15 | 12 << 10 | 1 << 0 # Register map version, rev 0 means this is the bootrom firmware .word 0 |
