From 1dc93e3fedbea8759f49cb3a2e11eb3afdaf5ef5 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 21 May 2024 09:09:17 -0600 Subject: rtl/gfx/firmware: fix bootrom build date --- rtl/gfx/firmware/gfx_bootrom.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/firmware') 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 -- cgit v1.2.3