Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Andreas Bießmann
Dear Markus Hubig, On 16.08.2012 20:22, Markus Hubig wrote: The board_postclk_init() function can be used to perform operations that requires a working timer early within the U-Boot init_sequence. Signed-off-by: Markus Hubig Cc: Albert ARIBAUD --- applied to u-boot-atmel/master, thanks! Be

Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Albert ARIBAUD
Hi Andreas, On Tue, 04 Sep 2012 21:35:51 +0200, Andreas Bießmann wrote: > Hi Albert, > > On 04.09.12 21:34, Albert ARIBAUD wrote: > > Hi Andreas, > > > > On Tue, 04 Sep 2012 21:17:58 +0200, Andreas Bießmann > > wrote: > > > >> Dear Albert Aribaud, > >> > >> On 16.08.12 20:22, Markus Hubig wr

Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Andreas Bießmann
Hi Albert, On 04.09.12 21:34, Albert ARIBAUD wrote: > Hi Andreas, > > On Tue, 04 Sep 2012 21:17:58 +0200, Andreas Bießmann > wrote: > >> Dear Albert Aribaud, >> >> On 16.08.12 20:22, Markus Hubig wrote: >>> The board_postclk_init() function can be used to perform operations >>> that requires a

Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Albert ARIBAUD
Hi Andreas, On Tue, 04 Sep 2012 21:17:58 +0200, Andreas Bießmann wrote: > Dear Albert Aribaud, > > On 16.08.12 20:22, Markus Hubig wrote: > > The board_postclk_init() function can be used to perform operations > > that requires a working timer early within the U-Boot init_sequence. > > > > Sig

Re: [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-09-04 Thread Andreas Bießmann
Dear Albert Aribaud, On 16.08.12 20:22, Markus Hubig wrote: > The board_postclk_init() function can be used to perform operations > that requires a working timer early within the U-Boot init_sequence. > > Signed-off-by: Markus Hubig > Cc: Albert ARIBAUD > --- > arch/arm/lib/board.c |3 +++

[U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence.

2012-08-16 Thread Markus Hubig
The board_postclk_init() function can be used to perform operations that requires a working timer early within the U-Boot init_sequence. Signed-off-by: Markus Hubig Cc: Albert ARIBAUD --- arch/arm/lib/board.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/li