Skip to content

Commit d033044

Browse files
Mario Hrosmarcan
authored andcommitted
soc: Add T6021 defines
Signed-off-by: Mario Hros <[email protected]>
1 parent 34f49a5 commit d033044

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/soc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
#define T6000 0x6000
1111
#define T6001 0x6001
1212
#define T6002 0x6002
13+
#define T6021 0x6021
1314

1415
#ifdef TARGET
1516

1617
#if TARGET == T8103
1718
#define EARLY_UART_BASE 0x235200000
18-
#elif TARGET == T6000 || TARGET == T6001 || TARGET == T6002
19+
#elif TARGET == T6000 || TARGET == T6001 || TARGET == T6002 || TARGET == T6021
1920
#define EARLY_UART_BASE 0x39b200000
2021
#elif TARGET == T8112
2122
#define EARLY_UART_BASE 0x235200000

0 commit comments

Comments
 (0)