diff options
Diffstat (limited to 'tools/env')
| -rw-r--r-- | tools/env/fw_env.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index cd0cc31ad..f66bd3dbf 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c @@ -175,7 +175,7 @@ static char default_environment[] = {  	"autoload=" CONFIG_SYS_AUTOLOAD "\0"  #endif  #ifdef	CONFIG_ROOTPATH -	"rootpath=" MK_STR (CONFIG_ROOTPATH) "\0" +	"rootpath=" CONFIG_ROOTPATH "\0"  #endif  #ifdef	CONFIG_GATEWAYIP  	"gatewayip=" MK_STR (CONFIG_GATEWAYIP) "\0" |