diff options
Diffstat (limited to 'include/env_default.h')
-rw-r--r-- | include/env_default.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/env_default.h b/include/env_default.h index 7113e08e6b..d1508b3ff4 100644 --- a/include/env_default.h +++ b/include/env_default.h @@ -59,8 +59,8 @@ const char default_environment[] = { #ifdef CONFIG_SERVERIP "serverip=" __stringify(CONFIG_SERVERIP) "\0" #endif -#ifdef CONFIG_SYS_AUTOLOAD - "autoload=" CONFIG_SYS_AUTOLOAD "\0" +#ifdef CONFIG_SYS_DISABLE_AUTOLOAD + "autoload=0\0" #endif #ifdef CONFIG_PREBOOT "preboot=" CONFIG_PREBOOT "\0" |