filo: move constants to right file
authorAlan Cox <alan@linux.intel.com>
Sat, 5 Jan 2019 21:59:15 +0000 (21:59 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 5 Jan 2019 21:59:15 +0000 (21:59 +0000)
Kernel/filo/filo.s
Kernel/platform-sc114/loader.s

index 970474e..a4c1a93 100644 (file)
@@ -1,3 +1,13 @@
+
+I_ADDR         .equ    0x18
+I_SIZE         .equ    0x08
+I_TYPE         .equ    0x00
+
+loadbuf                .equ    0x0100
+
+DIRTYPE                .equ    0x40
+FILETYPE       .equ    0x80
+
 ;
 ;      The main loop. We wait for about 2 seconds looking for input. If we
 ;      see input then we go to command line mode, if not we load the
index 336c6a7..d6002cc 100644 (file)
@@ -5,16 +5,6 @@
 ;      Currently this and the glue driver code is well under 2 disk blocks.
 ;      Adding partitions should still fit 2 blocks nicely.
 ;
-
-I_ADDR         .equ    0x18
-I_SIZE         .equ    0x08
-I_TYPE         .equ    0x00
-
-loadbuf                .equ    0x0100
-
-DIRTYPE                .equ    0x40
-FILETYPE       .equ    0x80
-
        .area _CODE
 
 ;