Index: trunk/softs/tsar_boot/src/reset.S
===================================================================
--- trunk/softs/tsar_boot/src/reset.S	(revision 633)
+++ trunk/softs/tsar_boot/src/reset.S	(revision 634)
@@ -66,4 +66,5 @@
     /*  Addresses of the functions provided by this reset code */
 
+preloader_vector:
     .word   RESET_VERSION           /* 0xbfc0008 */
     .word   dtb_addr                /* 0xbfc000c */
@@ -181,8 +182,9 @@
      * Processor O jumps to the entry address defined in the .elf file,
      * and returned by reset_elf_loader function.
-     * All function arguments are 0
-     */
-
-    move    a0,     zero
+     * First argument is pointer to the preloader function vectors
+     * other function arguments are 0
+     */
+
+    la	    a0,     preloader_vector
     move    a1,     zero
     move    a2,     zero
