[U-Boot] [PATCH] musb: Add host support for DM365 EVM

Srinivas, Prathap msprathap at ti.com
Wed Jan 20 06:05:22 CET 2010


Remi,
I have fixed your comments and updated the patch.
Please let me know if there are any further comments on this?

Thanks,
Prathap.

-----Original Message-----
From: l.pinguin at gmail.com [mailto:l.pinguin at gmail.com] On Behalf Of Remy Bohmer
Sent: Monday, January 11, 2010 2:02 PM
To: Srinivas, Prathap
Cc: u-boot at lists.denx.de
Subject: Re: [PATCH] musb: Add host support for DM365 EVM

Hi,

>> @@ -41,10 +42,24 @@ struct davinci_usb_regs *dregs;
>>  static u8 phy_on(void)
>>  {
>>        u32 timeout;
>> +       u32 val;
>
> This variable is only used when  DAVINCI_DM365EVM is set, so it will
> produce a warning if it is not set.
>
> <MSP> - We could either initialize the variable or guard its declaration with the DAVINCI_DM365EVM macro. Please let me know what is preferred so that I could update accordingly.

Initialise it will leave it unused as well, so I guess to use the macro.

Remy


More information about the U-Boot mailing list