From 3195459c67e88af9c70a89e4d456d248e361575c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 23 May 2024 20:22:48 -0600 Subject: rtl/gfx/firmware: implement firmware stub --- rtl/gfx/firmware/gfx_bootrom.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/firmware/gfx_bootrom.S') 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 -- cgit v1.2.3