dragon: remove bogus comment
authorAlan Cox <alan@etchedpixels.co.uk>
Sat, 29 Nov 2014 20:55:04 +0000 (20:55 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Sat, 29 Nov 2014 20:55:04 +0000 (20:55 +0000)
Kernel/platform-dragon/crt0.s

index dc88794..5136c3a 100644 (file)
@@ -1,15 +1,10 @@
-               ; Ordering of segments for the linker.
-               ; WRS: Note we list all our segments here, even though
-               ; we don't use them all, because their ordering is set
-               ; when they are first seen.     
-
                ; imported symbols
                .globl _fuzix_main
                .globl init_early
                .globl init_hardware
                .globl kstack_top
 
-               ; startup code @0
+               ; startup code
                .area .start
 
 start: