linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / m68knommu / platform / 68328 / head-pilot.S
index 9e07faa..c46775f 100644 (file)
 #define IMMED #
 #define        DBG_PUTC(x)     moveb IMMED x, 0xfffff907
 
+#include <linux/config.h>
 
 .global _stext
 .global _start
 
 .global _rambase
+.global __ramvec
 .global _ramvec
 .global _ramstart
 .global _ramend
@@ -119,7 +121,7 @@ L0:
        DBG_PUTC('B')
 
        /* Copy command line from beginning of RAM (+16) to end of bss */
-       movel   #CONFIG_VECTORBASE, %d7
+       movel   #__ramvec, %d7
        addl    #16, %d7
        moveal  %d7, %a0
        moveal  #_ebss, %a1