fpga/fw: Remove SYSTEM_MODE_CTRL register

This commit is contained in:
Mikael Ågren 2025-02-14 09:17:37 +01:00
parent df04fd56dd
commit 9e317666d3
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
5 changed files with 0 additions and 20 deletions

View file

@ -14,7 +14,6 @@
// clang-format off
static volatile uint32_t *uds = (volatile uint32_t *)TK1_MMIO_UDS_FIRST;
static volatile uint32_t *app_mode_ctrl = (volatile uint32_t *)TK1_MMIO_TK1_APP_MODE_CTRL;
static volatile uint32_t *name0 = (volatile uint32_t *)TK1_MMIO_TK1_NAME0;
static volatile uint32_t *name1 = (volatile uint32_t *)TK1_MMIO_TK1_NAME1;
static volatile uint32_t *ver = (volatile uint32_t *)TK1_MMIO_TK1_VERSION;