Skip to content
Snippets Groups Projects
Commit 6f099bba authored by Hugo Villeneuve's avatar Hugo Villeneuve Committed by Wolfgang Denk
Browse files

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: default avatarHugo Villeneuve <hugo.villeneuve@lyrtech.com>
parent d977a573
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment