Hi Stefano,
On Mon, 30 Sep 2013 07:41:46 +0200
Stefano Babic wrote:
...
> Can you resend the patch in the usual way to ML for including into
> mainline ?
yes, I can resend it.
Thanks,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lis
Hi Antolji,
On 29/09/2013 20:08, Otavio Salvador wrote:
>>>
>>> I am booting the board from USB loader. May it be an issue?
>>
>> No, it shouldn't be an issue. Does the attached patch help?
>
> It does fix the issue! :-)
>
Can you resend the patch in the usual way to ML for including into
main
On Sun, Sep 29, 2013 at 1:57 PM, Anatolij Gustschin wrote:
> On Sat, 28 Sep 2013 21:19:19 -0300
> Otavio Salvador wrote:
>
>> I am trying to add support for watchdog in one board and it is not
>> working as expected.
>>
>> I did add the:
>>
>> #define CONFIG_HW_WATCHDOG
>> #define CONFIG_IMX_WATC
On Sun, Sep 29, 2013 at 5:23 AM, Michael Trimarchi
wrote:
> On Sun, Sep 29, 2013 at 2:19 AM, Otavio Salvador
> wrote:
>> I am trying to add support for watchdog in one board and it is not
>> working as expected.
>>
>> I did add the:
>>
>> #define CONFIG_HW_WATCHDOG
>> #define CONFIG_IMX_WATCHDOG
Hi,
On Sat, 28 Sep 2013 21:19:19 -0300
Otavio Salvador wrote:
> I am trying to add support for watchdog in one board and it is not
> working as expected.
>
> I did add the:
>
> #define CONFIG_HW_WATCHDOG
> #define CONFIG_IMX_WATCHDOG
>
> into the board config file.
>
> Into the board .c file
Hi
On Sun, Sep 29, 2013 at 2:19 AM, Otavio Salvador
wrote:
> Hello,
>
> I am trying to add support for watchdog in one board and it is not
> working as expected.
>
> I did add the:
>
> #define CONFIG_HW_WATCHDOG
> #define CONFIG_IMX_WATCHDOG
>
> into the board config file.
>
> Into the board .c f
Hello,
I am trying to add support for watchdog in one board and it is not
working as expected.
I did add the:
#define CONFIG_HW_WATCHDOG
#define CONFIG_IMX_WATCHDOG
into the board config file.
Into the board .c file, I added:
int board_late_init(void)
{
...
#ifdef CONFIG_HW_WATCHDOG
hw_w
7 matches
Mail list logo