summaryrefslogtreecommitdiff
path: root/src/dev/Uart.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/Uart.py')
-rw-r--r--src/dev/Uart.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dev/Uart.py b/src/dev/Uart.py
index c5db3c42f..5135a064d 100644
--- a/src/dev/Uart.py
+++ b/src/dev/Uart.py
@@ -38,8 +38,3 @@ class Uart(BasicPioDevice):
class Uart8250(Uart):
type = 'Uart8250'
-
-if build_env['ALPHA_TLASER']:
- class Uart8530(Uart):
- type = 'Uart8530'
-