mtx: correct VDP
authorAlan Cox <alan@linux.intel.com>
Sat, 13 Dec 2014 23:56:19 +0000 (23:56 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 13 Dec 2014 23:56:19 +0000 (23:56 +0000)
Ports 1 and 2 not 0 and 1

Kernel/platform-mtx/main.c

index 9265022..8557082 100644 (file)
@@ -5,7 +5,7 @@
 #include <devtty.h>
 
 uint16_t ramtop = PROGTOP;
-uint16_t vdpport = 0x01 + 256 * 40;    /* port and width */
+uint16_t vdpport = 0x02 + 256 * 40;    /* port and width */
 
 void pagemap_init(void)
 {