diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-23 20:22:48 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-24 05:58:44 -0600 |
| commit | 3195459c67e88af9c70a89e4d456d248e361575c (patch) | |
| tree | 4bc9a9b211f8741482f0ecc25b39ee2b2a3836da /rtl/gfx/firmware/gfx_bootrom.S | |
| parent | a1ec7165962d86794b4d1939b1e6096e068cf854 (diff) | |
rtl/gfx/firmware: implement firmware stub
Diffstat (limited to 'rtl/gfx/firmware/gfx_bootrom.S')
| -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 75f5826..9079e31 100644 --- a/rtl/gfx/firmware/gfx_bootrom.S +++ b/rtl/gfx/firmware/gfx_bootrom.S @@ -52,7 +52,7 @@ _start: and t2, t2, a6 beq t2, zero, .write_done - andi t0, t0, ~0b11 + andi t0, t0, 0b111100 # Entendemos words 0-15 bne t0, a3, .wait_axi sw zero, 0(a0) # Pass magic & hardware version |
