diff options
Diffstat (limited to 'tools')
| -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 f66bd3dbf..996682ebc 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c @@ -187,7 +187,7 @@ static char default_environment[] = {  	"hostname=" MK_STR (CONFIG_HOSTNAME) "\0"  #endif  #ifdef	CONFIG_BOOTFILE -	"bootfile=" MK_STR (CONFIG_BOOTFILE) "\0" +	"bootfile=" CONFIG_BOOTFILE "\0"  #endif  #ifdef	CONFIG_LOADADDR  	"loadaddr=" MK_STR (CONFIG_LOADADDR) "\0" |