mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
soc: Add target for t6002
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
1b5dee2496
commit
524cb4a34f
1 changed files with 2 additions and 1 deletions
|
@ -8,12 +8,13 @@
|
|||
#define T8103 0x8103
|
||||
#define T6000 0x6000
|
||||
#define T6001 0x6001
|
||||
#define T6002 0x6002
|
||||
|
||||
#ifdef TARGET
|
||||
|
||||
#if TARGET == T8103
|
||||
#define EARLY_UART_BASE 0x235200000
|
||||
#elif TARGET == T6000 || TARGET == T6001
|
||||
#elif TARGET == T6000 || TARGET == T6001 || TARGET == T6002
|
||||
#define EARLY_UART_BASE 0x39b200000
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue