On Mon, Jul 16, 2012 at 5:42 PM, Marek Vasut <[email protected]> wrote: > Dear Otavio Salvador, > > [...] >> >> - if (tmp & POWER_STS_VDD5V_GT_VDDIO) { >> + if (mx28_valid_vbus() && (tmp & POWER_STS_VDD5V_GT_VDDIO)) { > > > So if the board isn't supplied by USB VBUS, this will fail now?
I sent a v2 of it, but with a minor change in short description. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

