Dear [email protected], In message <[email protected]> you wrote: > > Some bugs I found while using uboot. > ------------------------------------------------------- > BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }in > common/cmd_ubifs.c from line 59 add 2 lines > ubifs_initialized = 1; > } > + // [email protected] : ubifs_mounted is never reset if the > previous mount failed. This bring my system to hang as it tries to > unmount a non-existing mount point > + ubifs_mounted = 0; > ret = ubifs_mount(vol_name); > if (ret) > return -1; > ------------------------------------------------------- ...
Stefan had asked you to resubmit this (totallyunreadable!) message as Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Man is the best computer we can put aboard a spacecraft ... and the only one that can be mass produced with unskilled labor. - Wernher von Braun _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

