X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fvxworks.h;h=917a9ff856705d01d6f4defd963ea10a1b9dde2d;hb=7d3053fbf16caad4745f42f7ae3e38e9d3e964b5;hp=548e8e851e8fad4e113f684b81387191dcff81ef;hpb=e9084b23d16102f44ace24379a1c0c352497ef80;p=u-boot diff --git a/include/vxworks.h b/include/vxworks.h index 548e8e851e..917a9ff856 100644 --- a/include/vxworks.h +++ b/include/vxworks.h @@ -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