]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/hwconfig.c
bootstage: Convert IDE progress numbers to enums
[karo-tx-uboot.git] / common / hwconfig.c
index 515074808ddada52371ad8329970d005a8d72795..e47d4d742066eb2b221833293c8057208c3dfb9b 100644 (file)
@@ -81,8 +81,8 @@ static const char *__hwconfig(const char *opt, size_t *arglen,
        if (!env_hwconfig) {
                if (!(gd->flags & GD_FLG_ENV_READY)) {
                        printf("WARNING: Calling __hwconfig without a buffer "
-                                       "and before environment is ready\n"); 
-                       return NULL; 
+                                       "and before environment is ready\n");
+                       return NULL;
                }
                env_hwconfig = getenv("hwconfig");
        }