All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] at91: corvus: board updates
@ 2015-06-15 12:25 Heiko Schocher
  2015-08-18 11:46 ` [U-Boot] " Andreas Bießmann
  0 siblings, 1 reply; 5+ messages in thread
From: Heiko Schocher @ 2015-06-15 12:25 UTC (permalink / raw)
  To: u-boot

rename at91_spl_board_init into spl_board_init

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 board/siemens/corvus/board.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/siemens/corvus/board.c b/board/siemens/corvus/board.c
index 426d0cd..7d15317 100644
--- a/board/siemens/corvus/board.c
+++ b/board/siemens/corvus/board.c
@@ -77,7 +77,7 @@ static void corvus_nand_hw_init(void)
 #include <spl.h>
 #include <nand.h>
 
-void at91_spl_board_init(void)
+void spl_board_init(void)
 {
 	/*
 	 * For on the sam9m10g45ek board, the chip wm9711 stay in the test
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] at91: corvus: board updates
  2015-06-15 12:25 [U-Boot] [PATCH] at91: corvus: board updates Heiko Schocher
@ 2015-08-18 11:46 ` Andreas Bießmann
  2015-08-18 12:19   ` Heiko Schocher
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Bießmann @ 2015-08-18 11:46 UTC (permalink / raw)
  To: u-boot

Dear Heiko Schocher,

Heiko Schocher <hs@denx.de> writes:
>rename at91_spl_board_init into spl_board_init
>
>Signed-off-by: Heiko Schocher <hs@denx.de>
>---
>
> board/siemens/corvus/board.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

applied to u-boot-atmel/master, thanks!

Best regards,
Andreas Bie?mann

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] at91: corvus: board updates
  2015-08-18 11:46 ` [U-Boot] " Andreas Bießmann
@ 2015-08-18 12:19   ` Heiko Schocher
  2015-08-18 13:02     ` Andreas Bießmann
  0 siblings, 1 reply; 5+ messages in thread
From: Heiko Schocher @ 2015-08-18 12:19 UTC (permalink / raw)
  To: u-boot

Hello Andreas,

Am 18.08.2015 um 13:46 schrieb Andreas Bie?mann:
> Dear Heiko Schocher,
>
> Heiko Schocher <hs@denx.de> writes:
>> rename at91_spl_board_init into spl_board_init
>>
>> Signed-off-by: Heiko Schocher <hs@denx.de>
>> ---
>>
>> board/siemens/corvus/board.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> applied to u-boot-atmel/master, thanks!

Hmm... maybe to fast, as I rebase/rework just the other
at91 patches ...

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] at91: corvus: board updates
  2015-08-18 12:19   ` Heiko Schocher
@ 2015-08-18 13:02     ` Andreas Bießmann
  2015-08-18 13:22       ` Heiko Schocher
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Bießmann @ 2015-08-18 13:02 UTC (permalink / raw)
  To: u-boot

Hi Heiko,

On 08/18/2015 02:19 PM, Heiko Schocher wrote:
> Hello Andreas,
> 
> Am 18.08.2015 um 13:46 schrieb Andreas Bie?mann:
>> Dear Heiko Schocher,
>>
>> Heiko Schocher <hs@denx.de> writes:
>>> rename at91_spl_board_init into spl_board_init
>>>
>>> Signed-off-by: Heiko Schocher <hs@denx.de>
>>> ---
>>>
>>> board/siemens/corvus/board.c | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> applied to u-boot-atmel/master, thanks!
> 
> Hmm... maybe to fast, as I rebase/rework just the other
> at91 patches ...

I rewinded the u-boot-atmel/master to v2015.10-rc2. Please re-submit (or
give me a hint to the origin one) this one again then.

Andreas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] at91: corvus: board updates
  2015-08-18 13:02     ` Andreas Bießmann
@ 2015-08-18 13:22       ` Heiko Schocher
  0 siblings, 0 replies; 5+ messages in thread
From: Heiko Schocher @ 2015-08-18 13:22 UTC (permalink / raw)
  To: u-boot

Hello Andreas,

Am 18.08.2015 um 15:02 schrieb Andreas Bie?mann:
> Hi Heiko,
>
> On 08/18/2015 02:19 PM, Heiko Schocher wrote:
>> Hello Andreas,
>>
>> Am 18.08.2015 um 13:46 schrieb Andreas Bie?mann:
>>> Dear Heiko Schocher,
>>>
>>> Heiko Schocher <hs@denx.de> writes:
>>>> rename at91_spl_board_init into spl_board_init
>>>>
>>>> Signed-off-by: Heiko Schocher <hs@denx.de>
>>>> ---
>>>>
>>>> board/siemens/corvus/board.c | 2 +-
>>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> applied to u-boot-atmel/master, thanks!
>>
>> Hmm... maybe to fast, as I rebase/rework just the other
>> at91 patches ...
>
> I rewinded the u-boot-atmel/master to v2015.10-rc2. Please re-submit (or
> give me a hint to the origin one) this one again then.

Thanks, I just testing the images on the boards ... I repost
all 4 patches again.

bye,
Heiko
>
> Andreas
>

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-18 13:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-15 12:25 [U-Boot] [PATCH] at91: corvus: board updates Heiko Schocher
2015-08-18 11:46 ` [U-Boot] " Andreas Bießmann
2015-08-18 12:19   ` Heiko Schocher
2015-08-18 13:02     ` Andreas Bießmann
2015-08-18 13:22       ` Heiko Schocher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.