Re: [U-Boot] Question on usage of #define in mpc83xx.h

2009-12-23 Thread Ron Madrid
--- On Wed, 12/23/09, Bill Cook wrote: > of the SICRL register. The definition in mpc83xx.h for > SICRL_USBDR is > 0x0C00 which seems to be a mask telling which bits > control that pin. > However, when used in MPC8313ERDB.h and SIMPC8313.h board > configurations > (and hence my configuration)

[U-Boot] Question on usage of #define in mpc83xx.h

2009-12-23 Thread Bill Cook
I have a board based on the Freescale MPC8313ERDB configuration. I was having a problem with the output of the USBDR_DRIVE_VBUS pin (we have flakey power on USB devices). I traced this to an incorrect configuration of the SICRL register. The definition in mpc83xx.h for SICRL_USBDR is 0x0C00 whi