rename CFG_ macros to CONFIG_SYS
[oweals/u-boot.git] / tools / env / fw_env.c
index 6e9c34f3de928c337f613c1ae9cfc9b13bdc5c43..a46205d868735b17b2686956d2a52efcd0f29fa7 100644 (file)
@@ -172,8 +172,8 @@ static char default_environment[] = {
 #ifdef CONFIG_SERVERIP
        "serverip=" MK_STR (CONFIG_SERVERIP) "\0"
 #endif
-#ifdef CFG_AUTOLOAD
-       "autoload=" CFG_AUTOLOAD "\0"
+#ifdef CONFIG_SYS_AUTOLOAD
+       "autoload=" CONFIG_SYS_AUTOLOAD "\0"
 #endif
 #ifdef CONFIG_ROOTPATH
        "rootpath=" MK_STR (CONFIG_ROOTPATH) "\0"