From 788ecb60a3712f9f236ba821e073db3138fb809c Mon Sep 17 00:00:00 2001 From: CTCaer Date: Thu, 10 Oct 2024 18:26:19 +0300 Subject: [PATCH] l4t: bump api to 7 --- bootloader/l4t/l4t.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootloader/l4t/l4t.c b/bootloader/l4t/l4t.c index c731017..bce3fa1 100644 --- a/bootloader/l4t/l4t.c +++ b/bootloader/l4t/l4t.c @@ -36,10 +36,11 @@ * 4: Arachne Register Cell v3. DRAM OPT and DDR200 changes. * 5: Arachne Register Cell v4. DRAM FREQ and DDR200 changes. * 6: Arachne Register Cell v5. Signal quality and performance changes. TZ param changes. + * 7: Arachne Register Cell v6. Decouple of rd/wr latencies. */ -#define L4T_LOADER_API_REV 6 -#define L4T_FIRMWARE_REV 0x36524556 // REV6. +#define L4T_LOADER_API_REV 7 +#define L4T_FIRMWARE_REV 0x37524556 // REV7. #ifdef DEBUG_UART_PORT #include