socz80: ramtop has changed type
authorAlan Cox <alan@linux.intel.com>
Tue, 23 Dec 2014 22:46:37 +0000 (22:46 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 23 Dec 2014 22:46:37 +0000 (22:46 +0000)
Start bringing socz80 back into line

Kernel/platform-socz80/main.c

index a2349c6..96af16c 100644 (file)
@@ -3,7 +3,7 @@
 #include <kdata.h>
 #include <tty.h>
 
-uint8_t *ramtop = PROGTOP;
+uint16_t ramtop = PROGTOP;
 
 void platform_idle(void)
 {