Skip to content

Commit 70cf3c3

Browse files
committed
Add missing AES table pointers (#1271, #1256)
1 parent 8caf70c commit 70cf3c3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tools/sdk/ld/eagle.rom.addr.v6.ld

+3
Original file line numberDiff line numberDiff line change
@@ -343,5 +343,8 @@ PROVIDE ( xthal_window_spill = 0x4000e324 );
343343
PROVIDE ( xthal_window_spill_nw = 0x4000e320 );
344344

345345
PROVIDE ( Te0 = 0x3fffccf0 );
346+
PROVIDE ( Td0 = 0x3fffd100 );
347+
PROVIDE ( Td4s = 0x3fffd500);
348+
PROVIDE ( rcons = 0x3fffd0f0);
346349
PROVIDE ( UartDev = 0x3fffde10 );
347350
PROVIDE ( flashchip = 0x3fffc714);

tools/sdk/lib/libaxtls.a

-130 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)