trs80m1: fix vt build
authorAlan Cox <alan@linux.intel.com>
Thu, 24 May 2018 23:23:06 +0000 (00:23 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 24 May 2018 23:23:06 +0000 (00:23 +0100)
Kernel/platform-trs80m1/config.h

index ef657a4..7ba4a23 100644 (file)
@@ -24,7 +24,7 @@
 #define CONFIG_BANKS   2       /* 2 x 32K */
 
 /* Vt definitions */
-#define VT_BASE                ((uint16_t)0x3C00
+#define VT_BASE                ((uint8_t *)0x3C00)
 #define VT_WIDTH       64
 #define VT_HEIGHT      16
 #define VT_RIGHT       63