提交 6f099bba 编写于 作者: H Hugo Villeneuve 提交者: Wolfgang Denk

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: NHugo Villeneuve <hugo.villeneuve@lyrtech.com>
上级 d977a573
......@@ -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);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册