mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +00:00
l4t: bump api to 7
This commit is contained in:
parent
14413ae6bd
commit
788ecb60a3
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue