[U-Boot] [PATCH] ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.

ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
This is no longer necessary now that the GD_FLG_RELOC flag is set for all ARM boards.
Signed-off-by: Hugo Villeneuve hugo.villeneuve@lyrtech.com ---
This is a cleanup following Jean-Christophe Plagniol-Villard patch.
board/davinci/sffsdr/sffsdr.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/board/davinci/sffsdr/sffsdr.c b/board/davinci/sffsdr/sffsdr.c index f47ba0f..6e878eb 100644 --- a/board/davinci/sffsdr/sffsdr.c +++ b/board/davinci/sffsdr/sffsdr.c @@ -170,9 +170,5 @@ int misc_init_r(void) if (!eth_hw_init()) printf("Ethernet init failed\n");
- /* On this platform, U-Boot is copied in RAM by the UBL, - * so we are always in the relocated state. */ - gd->flags |= GD_FLG_RELOC; - return(0); }

u-boot-bounces@lists.denx.de wrote:
ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
This is no longer necessary now that the GD_FLG_RELOC flag is set for all ARM boards.
Signed-off-by: Hugo Villeneuve hugo.villeneuve@lyrtech.com
This is a cleanup following Jean-Christophe Plagniol-Villard patch.
board/davinci/sffsdr/sffsdr.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/board/davinci/sffsdr/sffsdr.c b/board/davinci/sffsdr/sffsdr.c index f47ba0f..6e878eb 100644 --- a/board/davinci/sffsdr/sffsdr.c +++ b/board/davinci/sffsdr/sffsdr.c @@ -170,9 +170,5 @@ int misc_init_r(void) if (!eth_hw_init()) printf("Ethernet init failed\n");
- /* On this platform, U-Boot is copied in RAM by the UBL,
* so we are always in the relocated state. */
- gd->flags |= GD_FLG_RELOC;
- return(0);
}
Jean-Christophe, did you integrate that patch in your tree?
Thank-you, Hugo.
Hugo Villeneuve Hardware developer | Concepteur matériel Lyrtech Phone/Tél. : (1) (418) 877-4644 #2395 Toll-free/Sans frais - Canada & USA : (1) (888) 922-4644 #2395 Fax/Téléc. : (1) (418) 877-7710 www.lyrtech.com Infinite possibilities...TM

Dear "Hugo Villeneuve",
In message 42848A5C5A0D1E47B026E644DD49B08E02B01A17@mail you wrote:
ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
...
Jean-Christophe, did you integrate that patch in your tree?
Obviously not, but since this is a board-specific patch I pulled it directly.
Best regards,
Wolfgang Denk

Dear Hugo Villeneuve,
In message 1221599273-23151-1-git-send-email-hugo.villeneuve@lyrtech.com you wrote:
ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
This is no longer necessary now that the GD_FLG_RELOC flag is set for all ARM boards.
Signed-off-by: Hugo Villeneuve hugo.villeneuve@lyrtech.com
This is a cleanup following Jean-Christophe Plagniol-Villard patch.
board/davinci/sffsdr/sffsdr.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Hugo Villeneuve
-
Wolfgang Denk