[U-Boot] [RFC PATCH 1/2] i.MX28: Check if we are using a valid VBUS when initializing power

Marek Vasut marex at denx.de
Mon Jul 16 22:42:41 CEST 2012


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?

[...]

Best regards,
Marek Vasut


More information about the U-Boot mailing list