Skip to content

Commit

Permalink
l4t: bump api to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Oct 10, 2024
1 parent 14413ae commit 788ecb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bootloader/l4t/l4t.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <soc/uart.h>
Expand Down

0 comments on commit 788ecb6

Please sign in to comment.