]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_fdos.c
* Patch by Josef Wagner, 12 Mar 2003:
[karo-tx-uboot.git] / common / cmd_fdos.c
index 763f4181ac66c51880a65f6c813052a561115439..4b411b3d37f4e99890347dd793354a3460b29dd7 100644 (file)
@@ -53,7 +53,7 @@ int do_fdosboot(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
     /* pre-set Boot file name */
     if ((name = getenv("bootfile")) == NULL) {
-        name = "pImage";
+        name = "uImage";
     }
 
     switch (argc) {