trs80: turn on discard movement
authorAlan Cox <alan@linux.intel.com>
Fri, 21 Apr 2017 11:54:19 +0000 (12:54 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 21 Apr 2017 11:54:19 +0000 (12:54 +0100)
Bring the trs80 start up code into line with the newer binman arrangement

Kernel/platform-trs80/crt0.s

index 4e1205b..722a72b 100644 (file)
@@ -55,9 +55,9 @@ start:
                ldir
                ; then the discard
 ; Discard can just be linked in but is next to the buffers
-;              ld de, #s__DISCARD
-;              ld bc, #l__DISCARD
-;              ldir
+               ld de, #s__DISCARD
+               ld bc, #l__DISCARD
+               ldir
                ; then zero the data area
                ld hl, #s__DATA
                ld de, #s__DATA + 1