]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/vxworks.h
ARM: implement relocation for ARM926
[karo-tx-uboot.git] / include / vxworks.h
index 548e8e851e8fad4e113f684b81387191dcff81ef..917a9ff856705d01d6f4defd963ea10a1b9dde2d 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef _VXWORKS_H_
 #define _VXWORKS_H_
 
-int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
+int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
 
 /*
  * Use bootaddr to find the location in memory that VxWorks
@@ -47,7 +47,7 @@ int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
 #endif
 
 #ifndef CONFIG_SYS_VXWORKS_SERVERNAME
-#define CONFIG_SYS_VXWORKS_SERVERNAME srv
+#define CONFIG_SYS_VXWORKS_SERVERNAME  "srv"
 #endif
 
 #endif