[U-Boot] [PATCH] at91: corvus: board updates

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

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

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

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

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
participants (2)
-
Andreas Bießmann
-
Heiko Schocher