From: Fabio Estevam <[email protected]> We currently support various versions of Solidrun mx6 boards, so remove the obsolete comment.
Reported-by: Jon Nettleton <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> --- board/solidrun/mx6cuboxi/mx6cuboxi.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/board/solidrun/mx6cuboxi/mx6cuboxi.c b/board/solidrun/mx6cuboxi/mx6cuboxi.c index 18b08d1..823b70f 100644 --- a/board/solidrun/mx6cuboxi/mx6cuboxi.c +++ b/board/solidrun/mx6cuboxi/mx6cuboxi.c @@ -595,10 +595,6 @@ static void gpr_init(void) writel(0x007F007F, &iomux->gpr[7]); } -/* - * This section requires the differentiation between Solidrun mx6 boards, but - * for now, it will configure only for the mx6dual hummingboard version. - */ static void spl_dram_init(int width) { struct mx6_ddr_sysinfo sysinfo = { -- 1.9.1 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

