[U-Boot] [PATCH] vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23

Wolfgang Denk wd at denx.de
Tue Dec 9 00:28:48 CET 2008


Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 include/vxworks.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vxworks.h b/include/vxworks.h
index 548e8e8..1633904 100644
--- a/include/vxworks.h
+++ b/include/vxworks.h
@@ -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
-- 
1.5.6.5



More information about the U-Boot mailing list