From 9567ba19c85296a404bb8c94ee93a1ae10f12014 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Wed, 27 Mar 2024 09:50:11 +0200 Subject: [PATCH] l4t: bump loader/firmware revisions --- bootloader/l4t/l4t.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bootloader/l4t/l4t.c b/bootloader/l4t/l4t.c index a1c2318..813b4be 100644 --- a/bootloader/l4t/l4t.c +++ b/bootloader/l4t/l4t.c @@ -33,9 +33,12 @@ * 1: SDMMC1 LA programming for SDMMC1 UHS DDR200. * 2: Arachne Register Cell v1. * 3: Arachne Register Cell v2. PTSA Rework support. + * 4: Arachne Register Cell v3. DRAM OPT and DDR200 changes. + * 5: Arachne Register Cell v4. DRAM FREQ and DDR200 changes. */ -#define L4T_LOADER_API_REV 4 -#define L4T_FIRMWARE_REV 0x34524556 // REV4. + +#define L4T_LOADER_API_REV 5 +#define L4T_FIRMWARE_REV 0x35524556 // REV5. #ifdef DEBUG_UART_PORT #include